W JavaScript jest tylko jedna wartość, która nie jest równa sobie, a to jest NAN (nie liczba).

console.log(NaN == NaN)
// → false
MSW