Contact: aviboots(AT)netvision.net.il
39,880 questions
51,806 answers
573 users
let str = 'javascript typescript node.js php'; str = str.slice(0, -1) + 'WQR'; console.log(str); /* run: "javascript typescript node.js phWQR" */