Vidyalelo
JavaScript · Q110

Document Object Model And Event Handling

Programming · JavaScript · question 110

Q110

Which of the following are the parameters passed to the keymap after installation?

A.
Key property
B.
Key name
C.
Keydown event’s object
Answer
D.
Key stroke

Answer: Option C

Solution

Answer: Option C
Solution:
After the keymap is installed, the following parameters are passed:
1. The event object for the keydown event.
2. The key identifier of the key that was pressed.