setInterval
Last updated
Runs a function regularly with the specified interval between each run.
delay
The duration between each run.
Number
-
-
Yes
timeout
The duration the output appears for.
Number
-
-
Yes
persistent
Interval repeated or not?
Boolean
false
true, false
No
N/A
The function to be executed using the interval set.
Returns the output of the function executed.
N/A
Coming Soon.
Coming Soon.
Coming Soon.
Coming Soon.
Last updated