scrimba
Your first interactive website
Listening for button clicks
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

Listening for button clicks
AboutCommentsNotes
Listening for button clicks
Expand for more info
index.js
run
preview
console
var myButton = document.getElementById("btn")
console.log(myButton)
Console
<button
id=
"btn"
>
,
/index.html
-3:54