InterviewSolution
Saved Bookmarks
| 1. |
Which of the following functions are referenced internally?(a) setTimeout(b) setInterval(c) both setTimeout and setInterval(d) clearIntervalThis question was addressed to me in exam.This key question is from JavaScript and Memory Leak in section Caching, Debugging and Animation of JavaScript |
|
Answer» Right choice is (c) both setTimeout and setInterval |
|