Expert Developer JavaScript Question:
Download Job Interview Questions and Answers PDF
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.
Download Expert JavaScript Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
What is called Variable typing in Javascript? | What is the use of Push method in JavaScript? |