What will be the radix value of the parseInt() method when the string begins with any other value other than 0x and 0?
(a) 8
(b) 9
(c) 10
(d) 11
The question was asked during an internship interview.
My enquiry is from Parsing Values using JavaScript topic in portion Parsing, Benchmarking and Logging of JavaScript