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