Contact: aviboots(AT)netvision.net.il
39,918 questions
51,851 answers
573 users
let str = 'javascript typescript node.js php'; str = 'RGB' + str.substring(1); console.log(str); /* run: "RGBavascript typescript node.js php" */