JS Events
Preperation
- MDN Documentation:
- For descriptions of all the different web events see this Event Reference.
- W3Schools Documentation:
- Read MDN JavaScript HTML DOM Sections Intro through Event Listener
In class:
- Study the MDN Examples
Active Learning
- Make an HTML that promts the user for their name, and returns the message, Hello, Name (where Name is the text input.