16

JavaScript:
NaN === NaN // false
Typeof NaN === 'number' // true

Comments
Add Comment