contador de bucle de JavaScript

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