Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. When are the keyboard events fired?

  2. A.

     When user manually calls the button

    B.

     When user clicks a key

    C.

     When the user calls the modifier

    D.

     All of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The keydown and keyup events are fired when the user presses or releases a key on the keyboard. They are generated for modifier keys, function keys, and alphanumeric keys.


Be The First To Comment