Home » HTML » Html miscellaneous » Question
  1. Which of the following is not window object method?
    1. unescape()
    2. confirm()
    3. close()
    4. blur()
    5. None of these
Correct Option: A

Some of the window object methods are atob(), close(), focus(), blur(), alert(), clearInterval(), confirm(), btoa(), getComputedStyle(), open(), moveTo(), prompt(), matchMedia(), moveBy(), getSelection(), scroll(), setInterval(), stop(), setTimeout() etc.



Your comments will be displayed only after manual approval.