[ Syllabus | Manual ]

Type your name 

Exercises:

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