InterviewSolution
Saved Bookmarks
| 1. |
Among the below given functions, Node supports which of the following client-side timer functions?(a) getInterval()(b) Interval()(c) clearTime()(d) clearTimeout()This question was posed to me in an online quiz.My question is from Asynchronous I/O with Rhino in division Server-Side and Client-Side Scripting of JavaScript |
|
Answer» Correct choice is (d) clearTimeout() |
|