Contact: aviboots(AT)netvision.net.il
39,851 questions
51,772 answers
573 users
let str = 'javascript,typescript,node.js,python '; str = str.trimEnd(); console.log("'" + str + "'"); /* run: 'javascript,typescript,node.js,python' */