InterviewSolution
Saved Bookmarks
| 1. |
Which of the following keyword stops the execution of JavaScript?(a) break(b) return(c) debugger(d) try….catchThe question was posed to me in an online interview.My question is taken from Essential JavaScript and jQuery in section HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» The CORRECT choice is (c) debugger |
|