JavaScript Number Complete Reference
JavaScript numbers are always stored as double-precision 64-bit binary format IEEE 754. The types of number literals You can use decimal, binary, octal, and hexadecimal.
The complete list of JavaScript Number are listed below:
Hey geek! The constant emerging technologies in the world of web development always keeps the excitement for this subject through the roof. But before you tackle the big projects, we suggest you start by learning the basics. Kickstart your web development journey by learning JS concepts with our JavaScript Course. Now at it's lowest price ever!
1. Constructor
2. Static Properties
- JavaScript Number.MIN_SAFE_INTEGER Constant
- JavaScript Number.MAX_SAFE_INTEGER Constant
- JavaScript Number.MAX_VALUE & Number.MIN_VALUE Property
- JavaScript Number NEGATIVE_INFINITY Property
- JavaScript Number Positive_INFINITY property
- JavaScript Number NaN Property
- JavaScript Number Prototype Property
3. Static Methods
- JavaScript Number.isNaN() Method
- JavaScript Number.isFinite() Method
- JavaScript Number.isInteger( ) Method
- JavaScript Number isSafeInteger() Method
- JavaScript parseFloat() Function
- JavaScript parseInt() Function
4. Instance methods


