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