JavaScript Quiz
Tricky JavaScript Output Questions
Challenge yourself with edge cases, type coercion, object references, and tricky JS quirks.
Question 1 of 100%
What is the outcome of comparing NaN?
javascript
console.log(NaN === NaN);Challenge yourself with edge cases, type coercion, object references, and tricky JS quirks.
console.log(NaN === NaN);