Vidyalelo
JavaScript · Q65

Document Object Model And Event Handling

Programming · JavaScript · question 65

Q65

Which property specifies the property of the event?

A.
Type
Answer
B.
Target
C.
Manner
D.
All of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
All event objects have a type property that specifies the event type.