Q. Among the below given functions, Node supports which of the following client-side timer functions?
β
Correct Answer: (D)
clearTimeout()
Explanation: Node supports the client-side timer functions set setTimeout(), setInterval(), clearTimeout(), and clearInterval().