#How to do a set interval
3 messages · Page 1 of 1 (latest)
setInterval() global function
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
Google is your friend