Vidyalelo
JavaScript · Q80

Document Object Model And Event Handling

Programming · JavaScript · question 80

Q80

Which event can be fired on any scrollable document element?

A.
Window
B.
Scroll
Answer
C.
Load
D.
Unload

Answer: Option B

Solution

Answer: Option B
Solution:
Scroll events can also be fired on any scrollable document element, such as those with the CSS overflow property set.