Home » HTML » Html miscellaneous » Question
  1. The integers in JavaScript are precise up to ___________.
    1. 23 digits
    2. 15 digits
    3. 10 digits
    4. 12 digits
    5. 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.



Your comments will be displayed only after manual approval.