- event
- event listener / event handler
- DOMContentLoaded
- click event
- propagation
- default actions
- callbacks
- What are some of the different types of events we might want to respond to when working with code?
- How might we apply object-oriented principles and best-practices to programming for the browser?
- Codecademy: Building Interactive JavaScript Websites
- DOM Events with JavaScript section
- Book: Eloquent JavaScript: Chapter 15 (Handling Events )
- Tutorial: (Optional) Khan Academy: DOM Events (Through "Cat Stache")