-
JavaScript numbers are stored as ______________.
-
- floating point
- double
- double precision floating point
- integers
- None of these
Correct Option: C
The numbers according to international IEEE 754 standard are stored as a double precision floating point. It stores the numbers in 64-bit format, stored in bits from 0 to 51, exponent in bits is from 52 to 62 and signs in a bit is 63.