Constants
Example:
const VERSION = '1.2';π Task:
const VERSION = '0.7';
VERSION = '0.9';
console.log(VERSION);π‘ Hints:
Last updated
const VERSION = '1.2';const VERSION = '0.7';
VERSION = '0.9';
console.log(VERSION);Last updated