Expert Developer JavaScript Question:

What is break and continue statements?

Tweet Share WhatsApp

Answer:

Break statement exits from the current loop.

Continue statement continues with next statement of the loop.

Download Expert JavaScript Developer PDF Read All 150 Expert JavaScript Developer Questions
Previous QuestionNext Question
What is called Variable typing in Javascript?What is the use of Push method in JavaScript?