JavaScript Loop Counter

for (let i = 0; i < arr.length; i++) {...}
StackOverflower