What does break and continue statements do?
By admin on Feb 26, 2007 in Javascript Interview Questions
Continue statement continues the current loop (if label not specified) in a new iteration whereas break statement exits the current loop.
Java Interview Questions | IT interview questions | Software Testing Interview questions | .Net Interview Questions | Job Interview Questions & Answers | Tough Interview Questions | Technology Interview Questions | Tech Interview Questions | Testing Interview Questions | SAP Interview Questions | ABAP Interview Questions | Data Warehousing Interview Questions
Current ArticleBy admin on Feb 26, 2007 in Javascript Interview Questions
Continue statement continues the current loop (if label not specified) in a new iteration whereas break statement exits the current loop.