Expert Developer JavaScript Question:
What is break and continue statements?
Answer:
Break statement exits from the current loop.
Continue statement continues with next statement of the loop.
Continue statement continues with next statement of the loop.
Previous Question | Next Question |
What is called Variable typing in Javascript? | What is the use of Push method in JavaScript? |