scrimba
Learn JavaScript
Chrome Extension
Your turn to refactor
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

Your turn to refactor
AboutCommentsNotes
Your turn to refactor
Expand for more info
index.js
run
preview
console
// Refactor the code so that it uses .addEventListener()
// when you click the SAVE INPUT button

function saveLead() {
console.log("Button clicked!")
}



Console
/index.html
-1:22