scrimba
Frontend Career Path
Making websites interactive
Chrome Extension
Write your first addEventListener()
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

To see this lesson you need to be logged in. Joining Scrimba is free and gives you access to 20+ courses.Sign up
Write your first addEventListener()
AboutCommentsNotes
Write your first addEventListener()
Expand for more info
index.js
run
preview
console
// 1. Grab the box from the DOM and store it in a variable
// 2. Add a click event listener to the box
// 3. Log out "I want to open the box!" when it's clicked
Console
/index.html
-1:44