JavaScript Assignment #11

onClick Event Handler

This assignment introduces the concept of the onClick event & event handler.

  1. Create a basic page in html that consists of one image
  2. Using the onClick event handler, when the user clicks on the image, change it to a unique image
  3. (hint: example here)

Next assignment ... Assignment #12