Q. What will be the output of the following code snippet?
Code:
print(typeof(NaN));
β
Correct Answer: (B)
Number
print(typeof(NaN));
You must be Logged in to update hint/solution