Which of the following is a true statement about an event listener?

A. It describes how events and objectsinteract within a web page and a web browser.
B. It allows a function to override another when multiple functions are added.
C. It permits only one function to be applied to an event listener at a time.
D. Itresponds to events during the target phase but does not recognize the propagation of events through the capture and bubbling phases.

Answer: B

Computer Science & Information Technology

You might also like to view...

Usually, when you create nested loops, each loop has its own ____.

A. sentinel value B. goto statement C. entrance condition D. loop control variable

Computer Science & Information Technology

A botnet is a group of applications running on ________ computers in a DDoS attack.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology