Discussion :: Javascript - CS
- Which method receives the return value of setInterval() to cancel future invocations?
Answer : Option C
Explanation :
Like setTimeout(), setInterval() returns a value that can be passed to clearInterval() to cancel any future invocations of the scheduled function.
Be The First To Comment