Q. What does console.log(NaN === NaN) return?
Solution:
NaN is not equal to itself, so NaN === NaN returns false.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
NaN is not equal to itself, so NaN === NaN returns false.
Strengthen Your Practice with our comprehensive question bank.