Number object in javascript?
| 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. |