Contact: aviboots(AT)netvision.net.il
41,604 questions
54,252 answers
573 users
let s = "node.js programming"; const N = 4; s = s.slice(0, -N); console.log(s); /* run: node.js program */