Frontend Fundamentals > JavaScript: Events > Flashcards
Event Registration
Telling the browser you want to do something when an eent takes place.
Propogation
definition goes here
Add event listener vs dot notation
Allows you to check for multiple events within a single call. (known as event propogation)