Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ What is break and continue statements?

Break statement exits from the current loop.

Continue statement continues with next statement of the loop.

 174 views

More Questions for you: