Q. What will be the radix value of the parseInt() method when the string begins with 0?
β
Correct Answer: (C)
8
Explanation: If the string begins with “0”, the radix is 8 (octal). This feature is deprecated.