Contact: aviboots(AT)netvision.net.il
42,143 questions
54,849 answers
573 users
let str = 'node.js'; str = str.slice(2); console.log(str); /* run: de.js */