NaN ====> Not_To_Number
Syntax
var val = Number.NaN;
Testing against NaN
perform a self-comparison:
NaN and another NaN, will compare unequal to itself.
Using parseInt, parseFloat
It is also NaN when using parseInt, parseFloat.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)