Contact: aviboots(AT)netvision.net.il
39,888 questions
51,815 answers
573 users
// Declare a constant string const str = "XYZ"; console.log(str); /* run: "XYZ" */