Multiple Choice
What does the following script do
< !--
Var value = 0;
Function startTimer()
{
Window.setInterval( "updateTime() ", 1000 ) ;
}
Function updateTime()
{
Value++;
PText.innerText = value;
}
//-- >
A) It counts the number of seconds elapsed while loading the page.
B) It counts the number of milliseconds elapsed while loading the page.
C) It counts the number of seconds elapsed viewing the page.
D) It counts the number of milliseconds elapsed while viewing the page.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The _ model of registering event handlers
Q2: Event bubbling is _.<br>A) the process of
Q3: An anonymous function _.<br>A) has no identifier
Q4: The _ model of registering event handlers
Q6: The blur event is associated with _.<br>A)
Q7: When the browser calls an event-handling function,
Q8: The focus event fires when _.<br>A) an
Q9: Event _ fires whenever a mouse cursor
Q10: Which if the following statements about the