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 |
What typeof returns for a null value?
How we can add title of the page by javascript?
Can javascript code be broken in different lines?
What is the use of the String Tokenizer
To set all checkboxes to true using javascript?
How do you reverse a string in javascript?
How and where javascript namespacing is used?
How can JavaScript be used?
1 Answers Deloitte, JPMorgan Chase,
how to hide alphabets in java as password '*'
What is eval() in javascript?
How do you check if a string is a number javascript?
In how many ways a Javascript code can be involved in an HTML file?