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