Contact: aviboots(AT)netvision.net.il
39,926 questions
51,859 answers
573 users
let str = 'node.js'; const N = 5; str = str.substring(0, N); console.log(str); /* run: node. */