NaN (JavaScript)
NaN stands for "Not a Number" and is the value JavaScript returns when a math operation fails to produce a valid number. It is itself of type number.
NaN stands for "Not a Number" and is the value JavaScript returns when a math operation fails to produce a valid number. It is itself of type number.