Single Choice Easy

QWhat is the thing that the event happened to, or that the event is connected to?

ID: #5138 Javascript DOM & Event Handling MCQ 146 views
Question Info
#5138Q ID
EasyDifficulty
Javascript DOM & Event Handling MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A event type
  • B event target
  • C both event type and even target
  • D interface
Correct Answer

Explanation

The item on which the event took place or with which it is related is known as the event target.
Both the type and the target must be mentioned when referring to an event.
A reference to the object that dispatched the event may be found in the target property of the Event interface.

Share This Question

Challenge a friend or share with your study group.