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