Javascript – How can I convert currency to a number?
I am using javascript and I've seen some ways to convert a currency to a number, but not one that is flexible to understand multiple input formats (decimal separator changes based on the user preference). Let me show what I…