dataTypes
Apr 23 2022 | 2:00 pm
I have read data from a JSON file into a Coll object, but the data is the wrong type, so I need to use 'from symbol' to collect it from the coll. Any tips on changing the data type in javascript?
I tried Number.parseFloat() but that did not seem to do anything - the way I used it anyway.