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