Q3
Which function is used to clear the timer value?
A.
clearTimervalue()
B.
clearTimeout()
AnswerC.
clear()
D.
flush(timer)
Answer: Option B
Solution
Answer: Option B
Solution:
The clearTimeout(setTimeout_variable) call clears any timer set by the setTimeout() functions.