/

HTML / CSS / JavaScript Tutorial

JavaScript Statement: continue

[this page | pdf | back links]

In JavaScript, the continue statement breaks an iteration (in a loop) if a specific condition occurs, moving on to the next iteration.

 


NAVIGATION LINKS
Contents | Prev | Next | JavaScript Reserved Words


Desktop view | Switch to Mobile