-
The integers in JavaScript are precise up to ___________.
-
- 23 digits
- 15 digits
- 10 digits
- 12 digits
- None of these
Correct Option: B
The integers in JavaScript have accuracy up to 15 digits. E.g. var y=111111111111111; // value of y will be 111111111111111. For decimal the maximum number of decimals is 17.