Vidyalelo
JavaScript · Q105

Document Object Model And Event Handling

Programming · JavaScript · question 105

Q105

Which of the following are not key event properties?

A.
Code key
Answer
B.
Alt Key
C.
Ctrl Key
D.
Shift Key

Answer: Option A

Solution

Answer: Option A
Solution:
altKey, ctrlKeY, shiftKey, and metaKey are key event object’s properties, which are set to true if the corresponding modifier key is held down when the event occurs.