Convert loop to .forEach
Replace regular for
loops with .forEach()
loops.

The refactoring supports converting regular for
loops over an array with an index variable as well as for..of
loops into .forEach()
loops.
Replace regular for
loops with .forEach()
loops.
The refactoring supports converting regular for
loops over an array with an index variable as well as for..of
loops into .forEach()
loops.