Cancels repeated action which was set up using setInterval.
Cancels repeated action which was set up using setInterval.
MDN
Clears the delay set by window.setTimeout().
Clears the delay set by window.setTimeout().
MDN
Calls a function or executes a code snippet repeatedly, with a fixed time delay between each call to that function.
Calls a function or executes a code snippet repeatedly, with a fixed time delay between each call to that function.
MDN
Calls a function or executes a code snippet after a specified delay.
Calls a function or executes a code snippet after a specified delay.
MDN
(Since version forever) Non standard.
(Since version forever) Non standard.