Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which property is used to specify the key type when pressed?

  2. A.

     keyCode

    B.

     keyType

    C.

     keyName

    D.

     keyProperty

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The event object associated with these events has a numeric keyCode property that specifies which key was pressed.


Be The First To Comment