scrimba
Frontend Career Path
Essential JavaScript concepts
Cookie Consent
Aside: Classlist Toggle Challenge
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

Aside: Classlist Toggle Challenge
AboutCommentsNotes
Aside: Classlist Toggle Challenge
Expand for more info
index.js
run
preview
console
const sortBtn = document.getElementById('sort-btn')

sortBtn.addEventListener('click', function(){

/*
Challenge:
1. Make the Sort by Price button
reverse the order of the paintings.
*/

})
Console
/index.html
-2:30