Contact: aviboots(AT)netvision.net.il
40,774 questions
53,162 answers
573 users
let str = 'NodeJS C++ C PHP'; const N = 6; str = str.substring(0, N); console.log(str); /* run: NodeJS */