InterviewSolution
Saved Bookmarks
| 1. |
Which is the function that calls another function after a time interval?(a) setTimeout()(b) setTime()(c) callafter()(d) timeSet()This question was posed to me by my school teacher while I was bunking the class.This key question is from Animation topic in portion Caching, Debugging and Animation of JavaScript |
|
Answer» Correct OPTION is (a) SETTIMEOUT() |
|