Which function among the following lets to register a function to
be invoked once?
a) setTimeout()
b) setTotaltime()
c) setInterval()
d) settime()
Which function among the following lets to register a function to be invoked repeatedly after a certain time?
a) setTimeout()
b) setTotaltime()
c) setInterval()
d) settime()
Which is the handler method used to invoke when uncaught JavaScript exceptions occur?
a) Onhalt
b) Onerror
c) Both onhalt and onerror
d) Onsuspend
Which property is used to obtain browser vendor and version information?
a) modal
b) version
c) browser
d) navigator
Which method receives the return value of setInterval() to cancel future invocations?
a) clearInvocation()
b) cancelInvocation()
c) clearInterval()
d) clear()
The setTimeout() belongs to which object?
a) Element
b) Window
c) Location
d) Event