Q. What is the purpose of the radix parameter in the parseInt() method?
β
Correct Answer: (B)
Numeral system to be used
Explanation: The radix parameter is used to specify which numeral system to be used, for example, a radix of 16 (hexadecimal) indicates that the number in the string should be parsed from a hexadecimal number to a decimal number.