Contact: aviboots(AT)netvision.net.il
41,219 questions
53,721 answers
573 users
let x = 9; let y = 3; console.log(`x = ${x}, y = ${y}`); /* run: "x = 9, y = 3" */