tutorial.eyehunts.com
JavaScript for of break | Example code
Using break statement in for of loop will stop current loop in JavaScript. The break statement to terminate a loop including for, while,
Rohit