List of questions
Related questions
Question 49 - AD0-E213 discussion
Which code throws a "RangeError: radix must be an integer" exception in JavaScript?
A.
(42).toString(37);
B.
(0x42).toString(10);
C.
(42).toString(2);
Your answer:
0 comments
Sorted by
Leave a comment first