Converts
array.forEach()
to
for..of
loop. Though the code constructs are similar,
for..of
loop allows to use
continue
and
break
statements