setInterval
Widely availableThe setInterval()
global function repeatedly executes provided code on a given delay, and the accompanying clearInterval()
cancels the interval.
The setInterval()
global function repeatedly executes provided code on a given delay, and the accompanying clearInterval()
cancels the interval.