Answers

Question and Answer:

  Home  JavaScript

⟩ What does break and continue statements do in JavaScript?

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

 210 views

More Questions for you: