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