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