Helpful resources for this module
Are we missing a great set of exercises? Send a PR!
What matters for now is understanding this: user interaction -> event listener -> event handler
You do not need to study the event loop, you’ll see that in Asynchronous Programming.
onclick
vs. .addEventListener('click', handler)
template project for this module: separation-of-concerns-starter
import
/export
we’re surely missing something. help us out!