Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How does a user generate multiple keydown events?

  2. A.

     Repeating the same process

    B.

     Pressing multiple keys

    C.

     Pressing the key longer than usual

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    If the user holds the key down long enough for it to begin repeating, there will be multiple keydown events before the keyup event arrives.


Be The First To Comment