Contact: aviboots(AT)netvision.net.il
39,870 questions
51,793 answers
573 users
let y = 82; if (typeof x !== 'undefined') { console.log("x=" + x); } if (typeof y !== 'undefined') { console.log("y=" + y); } /* run: y=82 */