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