Vidyalelo
JavaScript · Q62

Document Object Model And Event Handling

Programming · JavaScript · question 62

Q62

Which is the object on which the event occured or with which the event is associated?

A.
event type
B.
event target
Answer
C.
both event type and even target
D.
none of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
The event target is the object on which the event occurred or with which the event is associated. When we speak of an event, we must specify both the type and the target.