What is the role of break and continue statements?

Submitted by: Administrator
Break statement is used to come out of the current loop while the continue statement continues the current loop with a new recurrence.
Submitted by:

Read Online Expert Developer JavaScript Job Interview Questions And Answers