1.

Which of the following is not window object method?(a) blur()(b) close()(c) confirm()(d) unescape()I have been asked this question in an internship interview.The doubt is from Essential JavaScript and jQuery topic in section HTML Tables, Javascript & Jquery Basics of HTML

Answer»

The CORRECT option is (d) UNESCAPE()

The BEST I can explain: 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.



Discussion

No Comment Found

Related InterviewSolutions