Number Object

Number object in javascript?

Explanation

Object: Number
Number Object does not have any functions that we would be using while writing scripts. It has few properties. The properties and methods of GLOBAL object are used.
Property Description
MAX_VALUE
This number is the maximum possible numeric value.
MIN_VALUE
This number is the minimum possible numeric value.
NaN
Defines as Not a Number (NaN).
NEGATIVE_INFINITY
This number is negative infinity.
POSITIVE_INFINITY
This number is positive infinity.


Ask Questions

Ask Question