Contact: aviboots(AT)netvision.net.il
39,874 questions
51,798 answers
573 users
let str = ' node.js\n c++ \n '; str = str.replace(/\s/g, ''); console.log(str); /* run: node.jsc++ */