Multiple Choice
What is the significance of the second function argument in the following line
Window.setInterval( "run() ", 100 ) ;
A) The value sets how many times to call the function specified in the first argument.
B) The value sets how long the function is run for.
C) The value sets how often to run the function.
D) The value sets the time to wait before calling the function once.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: An HTML5 element inside another element is
Q2: Which of the following is the proper
Q4: The elements in a web page are
Q5: Which of these is the method of
Q6: Which of the following is not a
Q7: The fifth link on a page can
Q8: Function getElementById returns a(n)_.<br>A) boolean<br>B) string<br>C) id
Q9: In the statement node1.replaceChild( node2, node3 )