Vidyalelo
JavaScript · Q27

Server

Programming · JavaScript · question 27

Q27

Among the below given functions, Node supports which of the following client-side timer functions?

A.
getInterval()
B.
Interval()
C.
clearTime()
D.
clearTimeout()
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Node supports the client-side timer functions set setTimeout(), setInterval(), clearTimeout(), and clearInterval().