MCQ Practice Single Best Answer Topic: Javascript DOM & Event Handling MCQ

Q Which of the following is not a crucial event characteristic?

Question ID
#5176
Subchapter
Javascript DOM & Event Handling MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A Code key
  • B Alt Key
  • C Ctrl Key
  • D Shift Key
Correct Answer: B

Explanation

The properties of the key event object, altKey, ctrlKey, shiftKey, and metaKey, are set to true if the associated modifier key is depressed when the event takes place.
ShiftKey, ControlKey, and AltKey each have keyCode values of 16, 17, and 18, respectively.

Share This Question

Share this MCQ with your friends or study group.