Question:Which of the following is true about setTimeOut():
A The statement(s) it executes run(s) only once
B It pauses the script in which it is called
C clearTimeOut() won't stop its execution
D The delay is measured in hundredths of a second
E It is required in every JavaScript function
+ AnswerA
+ Report