Posts by Sebastian • 1 point
1 post
-
0
votes4
answers244
viewsQ: Set a range in the execution of each for loop
I am wanting to set an interval in the execution of each loop of my for var li = document.getElementByTagName("li"); lengthLI = li.length; for(var x = 0; x < lengthLI; x++){…