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