Using setInterval
within a for loop in JavaScript:
Using setInterval
within a for loop in JavaScript:
* How to use setInterval function within for loop: https://stackoverflow.com/questions/7749090/how-to-use-setinterval-function-within-for-loop
Using a wrapped function is needed, otherwise only the last interval will fire (!)