Discussion :: Javascript - CS
- Which object is passed as the argument to handlers for keydown, keyup, and keypress events?
Answer : Option A
Explanation :
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.
Be The First To Comment