Vidyalelo
JavaScript · Q66

Document Object Model And Event Handling

Programming · JavaScript · question 66

Q66

The process by which the browser decides which objects to trigger event handlers on is

A.
Event Triggering
B.
Event Listening
C.
Event Handling
D.
Event propogation
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Event propagation is the process by which the browser decides which objects to trigger event handlers on.