Here’s the instructions and live example.
Here’s my code.
My question is on the lighten/darken button. The instructions suggested doing it using btn.setAttribute, but I did it using evt.target.className. Is there a reason you would use one over the other, or are they interchangeable methods?