|
|
|
Topic |
number object in javascript?
|
|
Explanation |
Object: Number
Number Object does not have any functions that we would be using while
writing scripts. Number object has few properties. The properties and
methods of GLOBAL object are used in place of number object.
| 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.
|
|
Javascript (JS) is one of the most used languages in the world. Some times spelled as Java Script.
Hope you enjoy this tutorial. Do send your feedback or suggestions on this javascript or java script tutorial. This is a copyright content.
|
|
|
|