Examveda
Examveda

Which method receives the return value of setTimeout() to cancel future invocations?

A. clearTimeout()

B. clearInterval()

C. clearSchedule()

D. none of the mentioned

Answer: Option A

Solution(By Examveda Team)

setTimeout() returns a value that can be passed to clearTimeout() to cancel the execution of the scheduled function.

Join The Discussion

Related Questions on Document Object Model and Event Handling