A string to convert into a number.
Optional
radix: numberA value between 2 and 36 that specifies the base of the number in string
.
If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal.
All other strings are considered decimal.
Converts A string to an integer.