Hey guys,
I have tried to understand parseInt() function but it is not making sense still. Could someone explain it simply?
I have used this web page to understand, https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt.
It said parseInt() " parses a string argument and returns an integer of the specified radix (the base in mathematical numeral systems)".