Course · Section 7: JavaScript in the Browser: DOM and Events · Lecture 76: Selecting and Manipulating Elements
The page has a `<div id='box'>`. Add the class `active` to it.
+ 1 hidden test run on Submit.
classList.add appends the class without disturbing others.
Run your code to see results.