InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the radix parameter in the parseInt() method?(a) Numeral system not to be used(b) Numeral system to be used(c) Conversion mode(d) Parsing modeI got this question during an interview.I need to ask this question from Parsing Values using JavaScript in portion Parsing, Benchmarking and Logging of JavaScript |
|
Answer» The correct choice is (b) NUMERAL system to be used |
|