Complete the code-reading result: typeof NaN evaluates to which string?
Explanation
NaN is a special Number value, so typeof reports number for it. Treating NaN as a separate type mistakes a distinguished numeric value for a category in the type system.