Vidyalelo
JavaScript · Q18

Parsing, Benchmarking And Logging

Programming · JavaScript · question 18

Q18

What will be the radix value if the string begins with 0x?

A.
13
B.
14
C.
15
D.
16
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
If the string begins with 0x, then the radix value will be 16.