Vidyalelo
JavaScript · Q93

Document Object Model And Event Handling

Programming · JavaScript · question 93

Q93

Which object is passed as the argument to handlers for keydown, keyup, and keypress events?

A.
KeyboardEvent
Answer
B.
Key Event
C.
Mouse Event
D.
Alphabet Event

Answer: Option A

Solution

Answer: Option A
Solution:
What is new in the DOM Level 3 Events specification is standardized support for twodimensional mouse wheels via the wheel event and better support for text input events with a textinput event and with a new KeyboardEvent object that is passed as the argument to handlers for keydown, keyup, and keypress events.