Skip to content
Advertisement

i want to remove coma and plus (+) operator from a string

I want to remove plus(+) sign and coma from a string. here is the code.

JavaScript

Advertisement

Answer

You just need to replace twice.

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement