What is Nostr?
Chad Warden :pleromatan: /
npub1x77…rlte
2023-07-17 22:45:42

Chad Warden :pleromatan: on Nostr: ok, so i need to iterate through an array, but i need to go through 5 at a time, then ...

ok, so i need to iterate through an array, but i need to go through 5 at a time, then idle for 2 minutes

one would think its easy:

for (var i = 0; i < arr.length; i++) {
var previous = 0
for (var x = 0; x < previous+5; x++)
{
arr[x];
}
previous = x
setTimeout(nothingFunction(), 120000)
}

but this isnt working. fuck you js
Author Public Key
npub1x77tsnscr5kqhy6gm052p6gc9ns97lmnvumsvx938nt70kfxmpysaxrlte