Contact: aviboots(AT)netvision.net.il
40,758 questions
53,129 answers
573 users
let s = "javascript" console.log(typeof(s)); s = 30; console.log(typeof(s)); /* run: string number */