1.
In JavaScript, which of the following methods receives the return value of the setInterval() function so that it can cancel future invocations?
2.
What is the output of the following JavaScript code:
window.location === document.location
3.
In JavaScript, which of the following is used to go back to history twice?
4.
In JavaScript, which of the following keys are set to true when the keyboard modifier keys are held down?
5.
In JavaScript, the node object property, ownerDocument returns the __________________________.
6.
In JavaScript, which of the following node object properties returns the local part of the name of a node?
7.
In JavaScript, the getUserData(key) method __________________________________.
8.
In JavaScript, which of the following node types have a node value equal to null?
9.
In JavaScipt, which of the following attributes is used to extend the lifetime of a cookie?
10.
In JavaScript, which of the following defines the visibility of a cookie?