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