MAX_VALUE Property (JScript 5.6)
Returns the largest number representable in JScript. Equal to approximately 1.79E+308.
Number.MAX_VALUE
Remarks
The number argument is the Number object.
The Number object does not have to be created before the MAX_VALUE property can be accessed.
Requirements
Applies To: Number Object (JScript 5.6)
See Also
Reference
MIN_VALUE Property (JScript 5.6)
NaN Property (JScript 5.6)
NEGATIVE_INFINITY Property (JScript 5.6)
POSITIVE_INFINITY Property (JScript 5.6)
toString Method (JScript 5.6)