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