Topics Covered:
- What is an event?
- How are event handlers typically passed?
- Calling a function rather than passing a reference to a function
- But what if you need to pass arguments?
- When possible, I like creating functions outside of the component so I can test them a bit easier via exports