Which function among the following lets to register a function to be invoked once?
Select an option to see the answer and solution.
Which function among the following lets to register a function to be invoked repeatedly after a certain time?
Select an option to see the answer and solution.
Which is the handler method used to invoke when uncaught JavaScript exceptions occur?
Select an option to see the answer and solution.
Which property is used to obtain browser vendor and version information?
Select an option to see the answer and solution.
Which method receives the return value of setInterval() to cancel future invocations?
Select an option to see the answer and solution.
The setTimeout() belongs to which object?
Select an option to see the answer and solution.
Which method receives the return value of setTimeout() to cancel future invocations?
Select an option to see the answer and solution.
What will happen if we call setTimeout() with a time of 0 ms?
Select an option to see the answer and solution.
To which object does the location property belong?
Select an option to see the answer and solution.
What is the result of the following code snippet?
window.location === document.location
Select an option to see the answer and solution.
The URL property belongs to which of the following object?
Select an option to see the answer and solution.
What does the location property represent?
Select an option to see the answer and solution.
Which among the following is not a property of the Location object?
Select an option to see the answer and solution.
What is the return type of the hash property?
Select an option to see the answer and solution.
What is the function used to extract arguments from the search property of a URL?
Select an option to see the answer and solution.
The decodeURIComponent() is defined by
Select an option to see the answer and solution.
Which is the method that removes the current document from the browsing history before laoding the new document?
Select an option to see the answer and solution.
Why is the replace() method better than the assign() method?
Select an option to see the answer and solution.
What is the purpose of the assign() method?
Select an option to see the answer and solution.
The history property belongs to which object?
Select an option to see the answer and solution.