Q. Which function is used to clear the timer value?
β
Correct Answer: (B)
clearTimeout()
Explanation: The clearTimeout(setTimeout_variable) call clears any timer set by the setTimeout() functions.