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