InterviewSolution
Saved Bookmarks
| 1. |
What will happen if the radix parameter of the parseInt() function is omitted?(a) Runs in assumption(b) Throws exception(c) Aborts(d) Taken as 0The question was asked during an interview.This is a very interesting question from Parsing Values using JavaScript topic in section Parsing, Benchmarking and Logging of JavaScript |
|
Answer» Correct ANSWER is (a) Runs in assumption |
|