Examveda
Examveda

Which function among the following lets to register a function to be invoked repeatedly after a certain time?

A. setTimeout()

B. setTotaltime()

C. setInterval()

D. none of the mentioned

Answer: Option C

Solution(By Examveda Team)

setTimeout() and setInterval() allow you to register a function to be invoked once or repeatedly after a specified amount of time has elapsed.

Join The Discussion

Related Questions on Document Object Model and Event Handling