clearTimervalue()
clearTimeout()
clear()
flush(timer)
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option B
Explanation :
The clearTimeout(setTimeout_variable) call clears any timer set by the setTimeout() functions.
Be The First To Comment