- Explain what a DOM event is
- Attach an event listener to a DOM element
- Handle form sumbition with events
- Create a render function
-
What is a DOM event? What is an event listener?
https://developer.mozilla.org/en-US/docs/Web/Events
Your answer...
Complete lesson 1 challenge
-
How do you capture input data from a form?
Your answer...
Complete lesson 2 challenge
-
Compare the following examples of an event with & without a render function. Which do you prefer? Why?
https://learn.galvanize.com/cohorts/650/units/7308/content_files/82717
Your answer...
-
Try implementing your own render function:
Fork & clone this repo: https://github.com/gSchool/dom-events
Your answer...