JSFiddle - React, Tailwind, and code Playground

by Trevor W

JavaScript

let foo = "5,040.04"

console.log(foo);

bar = parseFloat(foo.replace(/,/g, ''))

console.log(bar);