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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Values of the number type are?

A

Numeric.

Example: 1, 2.0, -1, 0.000003

How well did you know this?
1
Not at all
2
3
4
5
Perfectly