What is the output of the following code snippet?

What is the output of the following code snippet?

print(NaN === NaN);

What is the output of the following code snippet?

print(NaN === NaN);

answer false

Answer:

same

Explanation:

NaN===NaN it is the output

the output is false.

1 Like

true option is the correct answer according to me.

print(NaN === NaN);
answer=false