What does break and continue statements do in javascript?



What does break and continue statements do in javascript?..

Answer / Moneeka

"The break statement terminates the current loop iteration, while the continue statement skips the rest of the current iteration and moves on to the next one."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What typeof returns for a null value?

1 Answers  


How we can add title of the page by javascript?

1 Answers  


Can javascript code be broken in different lines?

1 Answers  


What is the use of the String Tokenizer

1 Answers  


To set all checkboxes to true using javascript?

1 Answers  


How do you reverse a string in javascript?

1 Answers  


How and where javascript namespacing is used?

1 Answers  


How can JavaScript be used?

1 Answers   Deloitte, JPMorgan Chase,


how to hide alphabets in java as password '*'

1 Answers  


What is eval() in javascript?

1 Answers  


How do you check if a string is a number javascript?

1 Answers  


In how many ways a Javascript code can be involved in an HTML file?

1 Answers  


Categories