Untitled
user_6783175
plain_text
2 years ago
249 B
10
Indexable
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'
Editor is loading...