and `forEach` iterations are a callback method, no...
# suitescript
e
and
forEach
iterations are a callback method, not a loop, so you get to the next iteration with
return
instead of
continue