[ Syllabus | Manual
]
Type your name
Exercises:
- Locate the script in the page source
- What trigger event launches this script?
Clicking button 1
- Find the event handler (the function)
- Modify the message to say something else.
- Change the function name. What happens when you run the script now and why? Have to change the function call in the trigger too
- Fix the problem you made in # 5.