Multiple Choice
Case-Based Critical Thinking Questions Case 11-3 Robin has developed a typing tutorial using JavaScript that contains instructions and interactive activities and games. A user is required to press certain keys. The instructions appear on the screen when the user is using the tutorial. The user is instructed to type a specific key on the left side of the keyboard when using the tutorial. Which of the following keyboard event properties identifies if the user has pressed the specified key?
A) evt.key
B) evt.which
C) evt.detail
D) evt.location
Correct Answer:

Verified
Correct Answer:
Verified
Q33: The keyCode values for the keys "1,
Q34: The _ event property returns a Boolean
Q35: Good coding practice dictates that global variables
Q36: A limitation of an event handler is
Q37: In the _ phase, the event moves
Q39: Which of the following is the correct
Q40: The commands that a browser runs in
Q41: Identify the syntax that allows the click
Q42: Function operators are more flexible than function
Q43: The _ is a mouse event object