[ Syllabus | Manual | Solution ]
Type your name 

Exercises:

  1. Locate the script in the page source
  2. What trigger event launches this script?
  3. Modify the message to say something else.
  4. Find the event handler (the function)
  5. Change the function name. Try to run the script. What happens and why?
  6. Fix the problem you made in # 5.