Vidyalelo
JavaScript · Q61

Document Object Model And Event Handling

Programming · JavaScript · question 61

Q61

The type that specifies what kind of event occured is

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

Answer: Option A

Solution

Answer: Option A
Solution:
The event type is a string that specifies what kind of event occurred) The type “mousemove”, for example, means that the user moved the mouse.