Vidyalelo
JavaScript · Q107

Document Object Model And Event Handling

Programming · JavaScript · question 107

Q107

Which of the following is not the value the key property will hold if the key is a function key?

A.
F8
Answer
B.
F2
C.
Home
D.
Left

Answer: Option A

Solution

Answer: Option A
Solution:
If the key is a function key, the key property will be a value like “F2”, “Home”, or “Left”.