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