Examveda
Examveda

Which is the function that calls another function after a time interval?

A. setTimeout()

B. setTime()

C. callafter()

D. none of the mentioned

Answer: Option A

Solution(By Examveda Team)

The setTimeout(function, duration) calls function after duration milliseconds from now.

This Question Belongs to Javascript >> Animation

Join The Discussion

Related Questions on Animation