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