wiki
>
javascript
>
setInterval()
setInterval()
used to do things repeatedly at a set time
returns value usually called interval ID
this interval ID can (and must) be sent to
clearInterval()
to stop the cycle