I have an array like this with decimal values
["$79.34", "$99.23", "$149", "$139.34", "$379", "$199.00", "$5", "$9", "$14", "$39", "$59", "$24", "$29", "$189", "$10,$20", "$500", "$1", "$4", "$8.66", "$2", "$19", "$18", "$11", "$15", "$40", "$89", "$100", "$400.15", "$30,$119", "$15,$30"]
For my store and I can’t figure out how to use javascript to sort them ? The $ (or any symbol for that matter) seems to be causing issues for me ?
How can I solve this ?
would do the trick.