Nan
香蕉吧啦-JavaScript怪异行为集合(一)
· ☕ 2 分钟

1 Not a Number是一个数字

全局属性 NaN 的值表示不是一个数字(Not-A-Number),那么它是什么类型?

typeof NaN; // 'number'

所以不是一个数字,是一个数字。