how to stop foreach code example
Example: stop foreach loop
In JavaScipt There is no way to stop or break a forEach() loop other than
by throwing an exception.
If you need such behavior, the forEach() method is the wrong tool.
In JavaScipt There is no way to stop or break a forEach() loop other than
by throwing an exception.
If you need such behavior, the forEach() method is the wrong tool.