JavaScript MAX_VALUE Property: Number Object
Description
The MAX_VALUE property of number object returns the maximum numeric value represented in JavaScript. The property has a value of approximately 1.79E+308. If a Value is larger than MAX_VALUE then it will be treated as "Infinity".
Version
Implemented in JavaScript 1.1
Syntax
Number.MAX_VALUE
Example:
The following web document demonstrates how the MAX_VALUE() property can be used.
View the example in the browser
Supported Browser
Internet Explorer 7 | Firefox 3.6 | Google Chrome 7 | Safari 5.0.1 | Opera 10 |
Yes | Yes | Yes | Yes | Yes |
See also:
JavaScript Core objects, methods, properties.
Previous: JavaScript constructor Property: Number Object
Next:
JavaScript MIN_VALUE Property: Number Object
Test your Programming skills with w3resource's quiz.