Q. Which function among the following lets to register a function to be invoked repeatedly after a certain time?
β
Correct Answer: (C)
setInterval()
Explanation: setTimeout() and setInterval() allow you to register a function to be invoked once or repeatedly after a specified amount of time has elapsed.