Skip to main content
Version: 3.21.3

Number.NaN

The Number.NaN property represents Not-A-Number, which is equivalent to description for the global property. For more information about the behaviors of NaN, see the NaN.

Value

The number value NaN.

Description

Because NaN is a static property of Number, you always use it as Number.NaN, rather than as a property of a number value.