1.
Which function among the following lets to register a function to be invoked once?

2.
Which function among the following lets to register a function to be invoked repeatedly after a certain time?

3.
Which is the handler method used to invoke when uncaught JavaScript exceptions occur?

4.
Which property is used to obtain browser vendor and version information?

5.
Which method receives the return value of setInterval() to cancel future invocations?

6.
The setTimeout() belongs to which object?

7.
Which method receives the return value of setTimeout() to cancel future invocations?

8.
What will happen if we call setTimeout() with a time of 0 ms?

9.
To which object does the location property belong?

10.
What is the result of the following code snippet?
window.location === document.location

Read More Section(Document Object Model and Event Handling)

Each Section contains maximum 100 MCQs question on Document Object Model and Event Handling. To get more questions visit other sections.