What does this log?
console.log(NaN === NaN); console.log(typeof NaN);
false then number
true then NaN
false then NaN
true then number