Which is the function used to call a function in every time duration?
Which is the function used to call a function in every time duration? Correct Answer setInterval()
The setInterval(function, duration) calls function after every duration milliseconds.