JavaScript » Number » NaN

Syntax:
Number.NaN

This read-only property represents the special value Not-a-Number, and is always unequal to any other number (including 0) and to NaN itself. As a static property, it is always referred to as Number.NaN.