setInterval()
The setInterval()
method, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
Example:
Similar to setTimeout()
, it also has a function to delete its scheduler.
Last updated
The setInterval()
method, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
Example:
Similar to setTimeout()
, it also has a function to delete its scheduler.
Last updated