addEventListenerAll
Attaches an event listener to all the provided targets.
- Use
Array.prototype.forEach()andEventTarget.addEventListener()to attach the providedlistenerfor the given eventtypeto alltargets.
Attaches an event listener to all the provided targets.
Array.prototype.forEach() and EventTarget.addEventListener() to attach the provided listener for the given event type to all targets.