Contact: aviboots(AT)netvision.net.il
41,443 questions
53,990 answers
573 users
let user = 'tom'; console.log(`My name is: ${user}`) /* run: My name is: tom */