-
javascript.info The Modern JavaScript Tutorial Part 2: 2.2 Bubbling and Capturing
javascript.info The Modern JavaScript Tutorial Part 2: 2.2 Bubbling and Capturing by Ilya Kantor Youtube by Lisa Friedrichsen This youtube covers the issue of how event handlers fire when multiple elements are clicked on a web page as defined by bubbling versus capturing. The addEventListener() method is used with both bubbling (the default) versus capturing…