JavaScript tutorial:
MIN_VALUE property

 

Applies to: Number Object

The MIN_VALUE property is used to get the number closest to zero representable in JavaScript. Equal to approximately 2.22E-308.

Syntax

Number.MIN_VALUE

The number argument is the Number object.

Return value

Returns the number closest to zero representable in JavaScript. Equal to approximately 2.22E-308.

Example

The Number object does not have to be created before the MIN_VALUE property can be accessed.

See also: MAX_VALUE Property, NaN Property, NEGATIVE_INFINITY Property, POSITIVE_INFINITY Property, toString Method