Values, Types & Operators Flashcards
1
Q
How many fixed number bits does JavaScript use?
A
64
Given 64 binary digits, you can represent 2^64 different numbers, which is about 18 quintillion (an 18 with 18 zeros after it).
2
Q
Values of the number type are?
A
Numeric.
Example: 1, 2.0, -1, 0.000003