/* use for...of instead
Officially, there is no proper way to break out of a forEach loop in javascript.
Using the familiar break syntax will throw an error
If breaking the loop is something you really need,
it would be best to consider using a traditional loop. */