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