Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What value does the keyCode property holds when a Shift key is pressed for adding punctuation character?

  2. A.

     Special characters

    B.

     Alphabets

    C.

     Alphanumeric

    D.

     Digits

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The number keys always generate keyCode values for the digit that appears on the key, even if you are holding down Shift in order to type a punctuation character.


Be The First To Comment