Number.MAX_VALUE (Constant/static)

A mathematical constant value.

Availability:

ECMAScript edition - 2
JavaScript - 1.1
JScript - 1.0
Internet Explorer - 3.02
Netscape - 3.0
Netscape Enterprise Server version - 2.0
Opera - 3.0
Property/method value type:Number primitive
JavaScript syntax:-Number.MAX_VALUE

This is a constant value representing the largest realizable positive finite value of the Number type.

The value is approximately 1.7976931348623157e+308.

Warnings:

See also:Arithmetic constant, Floating-point constant, Number, Number.constructor, Special number values

Property attributes:

ReadOnly, DontDelete, DontEnum

Cross-references:

ECMA 262 edition 2 - section - 15.7.3.2

ECMA 262 edition 3 - section - 15.7.3.2

O'Reilly JavaScript Definitive Guide - page - 37