Q. What is the purpose of the event handlers in the JavaScript?
β
Correct Answer: (C)
Allows JavaScript code to alter the behaviour of windows
Explanation: Event handlers allow JavaScript code to alter the behavior of windows, of documents, and of the elements that make up those documents.