Javascript – Using setInterval in a for loop to iterate through multiple arrays?
I have a for loop that i need to use to iterate through 6 arrays of equal length at the same time but at set intervals. I'm using Javascript. what i am having trouble with is implementing the intervals. Basically…