Contact: aviboots(AT)netvision.net.il
39,907 questions
51,839 answers
573 users
let str = 'node.js'; str = str.slice(2); console.log(str); /* run: de.js */