Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Exercise 3: Event Handlers

In this exercise, you'll assign event handlers to elements already on your DOM. Start by forking and cloning this repository, and running a local web server. Then, edit the js/main.js to complete the steps outlined in your index.html file.

You may find the following resources helpful:

See the complete branch for answers.