Vidyalelo
JavaScript · Q63

Document Object Model And Event Handling

Programming · JavaScript · question 63

Q63

In general, event handler is nothing but

A.
function
Answer
B.
interface
C.
event
D.
handler

Answer: Option A

Solution

Answer: Option A
Solution:
An event handler is in general, a function that handles or responds to an event.