Which method receives the return value of setTimeout() to cancel future invocations?
(a) clearTimeout()
(b) clearInterval()
(c) clearSchedule()
(d) cancelInvocation()
I got this question in my homework.
This interesting question is from The Document Object Model in section Document Object Model and Event Handling in Javascript of JavaScript