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