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