CSE :: Javascript - CS
- Which function among the following lets to register a function to be invoked once?
- Which function among the following lets to register a function to be invoked repeatedly after a certain time?
- Which is the handler method used to invoke when uncaught JavaScript exceptions occur?
- Which property is used to obtain browser vendor and version information?
- Which method receives the return value of setInterval() to cancel future invocations?
- Which method receives the return value of setTimeout() to cancel future invocations?
- What will happen if we call setTimeout() with a time of 0 ms?
-
What is the result of the following code snippet?
window.location === document.location