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