Reports an indexed
for
loop used on an array. Suggests replacing it with a
for..of
loop.
for..of
loops are introduced in ECMAScript 6 and iterate over
iterable
objects.