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