InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the event handlers in the JavaScript?(a) Adds innerHTML page to the code(b) Performs handling of exceptions and occurrences(c) Allows JavaScript code to alter the behaviour of windows(d) Change the server location |
|
Answer» Right option is (c) Allows JavaScript code to alter the behaviour of windows The explanation: Event handlers allow JavaScript code to alter the behavior of windows, of documents, and of the elements that make up those documents. |
|