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()

To explain I would say: Client-side timer functions are used to perform APPLICATIONS based on TIME constraints. Node SUPPORTS the client-side timer functions SET setTimeout(), setInterval(), clearTimeout(), andclearInterval().



Discussion

No Comment Found

Related InterviewSolutions