Converts indexed
for
loops on arrays to
for..of
loops.
for..of
loops, introduced in ECMAScript 6, iterate over
iterable
objects.