Contact: aviboots(AT)netvision.net.il
38,806 questions
50,501 answers
573 users
let str = 'javascript,c++,c,typescript,node.js,php'; str = str.replaceAll(',', ', '); console.log(str); /* run: javascript, c++, c, typescript, node.js, php */