SyntaxFix
Write A Post
Hire A Developer
Questions
function removeLastComma(str) { return str.replace(/,(\s+)?$/, ''); }