SyntaxFix
Write A Post
Hire A Developer
Questions
This is the simplest way to do it.
let total = parseInt(('100,000.00'.replace(',',''))) + parseInt(('500,000.00'.replace(',','')))