Q. Which value is not equal to itself in JavaScript? (A) NaN (B) null (C) undefined (D) false ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) NaN Explanation: NaN is the only value in JavaScript that is not equal to itself.