nord vpnnord vpn
Ad

Untitled

 avatar
user_6783175
plain_text
7 months ago
249 B
5
Indexable
Never
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'

nord vpnnord vpn
Ad