This is what we've talked about so far...
- DOM API -> Creating Interactive Websites
- Events -> A user interacts, how should our application respond?
Today's Topics:
- Part 1: Forms -> Allow us to receive data from users
- Part 2: Callback Function -> Function sequence, change in sequence with call back
- Part 3: Event Object -> What is an event object? Why it's useful in web applications?