What does break and continue statements do in JavaScript?
Submitted by: AdministratorContinue statement continues the current loop (if label not specified) in a new iteration whereas break statement exits the current loop in JavaScript.
Submitted by: Administrator
Submitted by: Administrator
Read Online JavaScript Job Interview Questions And Answers
Top JavaScript Questions
☺ | How to convert numbers to strings using JavaScript? |
☺ | How to convert a string to a number using JavaScript? |
☺ | How to getting values from cookies to set widgets? |
☺ | Name the numeric constants representing max, min values? |
☺ | Example of using Regular Expressions for syntax checking in JavaScript? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |