What value does the keyCode property holds when a Shift key is pressed for adding punctuation character?
What value does the keyCode property holds when a Shift key is pressed for adding punctuation character? Correct Answer Digits
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.