Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following are not key event properties?

  2. A.

     Code key

    B.

     Alt Key

    C.

     Ctrl Key

    D.

     Shift Key

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    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.


Be The First To Comment