...

/

Quiz: Event delegation

Quiz: Event delegation

This lesson will test your understanding of event delegation in JavaScript.

Question 1 #

Technical Quiz
1.

Which of the following methods can prevent event bubbling? Multi-select

A.

event.stop

B.

event.stopPropagation()

C.

event.stopBubble

D.

event.cancelBubble


1 / 1

...