JavaScript setInterval and setTimer
These are both timers in JavaScript. For some reason I always used to get these two confused, even though there's a clue in the name as to which does which.
setInterval
This is used to do something repeatedly after a certain amount of time.
setInterv...
blog.nicm42.me.uk2 min read