NaN Property (Global) (Windows Scripting - JScript)

 

Returns the special value NaN indicating that an expression is not a number.

Syntax

NaN 

Remarks

The NaN property (not a number) is a member of the Global object, and is made available when the scripting engine is initialized.

Requirements

Version 3

Applies To: Global Object (Windows Scripting - JScript)

See Also

isNaN Method (Windows Scripting - JScript)