What does break and continue statements do in JavaScript?

Submitted by: Administrator
Continue statement continues the current loop (if label not specified) in a new iteration whereas break statement exits the current loop in JavaScript.
Submitted by: Administrator

Read Online JavaScript Job Interview Questions And Answers