I'm Learning Javascript.
What does it mean to have parseFloat & parseInt functions in javascript, when in fact, Javascript does not differentiate between float and integer--there is only the Numeric data type.
Seems like they should have created parseNumber to be in alignment with their data types.
Any comments? Maybe somebody knows the reason. It just seems very odd.
Number()https://www.w3schools.com/jsref/jsref_number.aspparseInthas an optional second argument...