Contact: aviboots(AT)netvision.net.il
41,535 questions
54,138 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 */