Posts by daniely • 1 point
1 post
-
-3
votes1
answer216
viewsQ: Loop in javascript with ranges
I need to make a loop where at each iteration it wait 2 seconds until the next. I tried with setInterval, but saw that it does not work as I want... For it is asynchronous, so the loop runs normal,…