how to remove a last comma js code example Example: remove last comma from string javascript str = str.replace(/,\s*$/, "");