Home » HTML » Html miscellaneous » Question
  1. Typeof “infinity” will return ___________.
    1. undefined
    2. object
    3. string
    4. number
    5. None of these
Correct Option: A

The typeof “infinity” will return number. E.g. typeof Infinity; // it will return “number”, when we divide any number by zero it will generate infinity.



Your comments will be displayed only after manual approval.