What result does the following code produce?
console.log(typeof NaN);
"object"
"undefined"
"NaN"
"number"