Untitled
let name = 'Mosh'; console.log(name); // Cant be a reserved keyword //Should be meaningful //Cannot start with a number (Iname) //Cannot contain a space or hyphen (-) // Are case-sensitive let firstName ='Mosh'; let lastName = 'Hamedani'
let name = 'Mosh'; console.log(name); // Cant be a reserved keyword //Should be meaningful //Cannot start with a number (Iname) //Cannot contain a space or hyphen (-) // Are case-sensitive let firstName ='Mosh'; let lastName = 'Hamedani'