Which object is passed as the argument to handlers for keydown, keyup, and keypress events?
(a) KeyboardEvent
(b) Key Event
(c) Mouse Event
(d) Alphabet Event
This question was addressed to me during an internship interview.
This interesting question is from Drag and Drop Events in chapter Document Object Model and Event Handling in Javascript of JavaScript