scrimba
Learn JavaScript
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

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