Among the below given functions, Node supports which of the following client-side timer functions? A. getInterval() B. Interval() C. clearTime() D. clearTimeout() Answer Workspace Report Discuss Answer with explanation Answer: Option D Explanation Client-side timer functions are used to perform applications based on time constraints. Node supports the client-side timer functions set setTimeout(), setInterval(), clearTimeout(), and clearInterval(). Workspace
Discuss about the question