in index.html, you'll find 6 elements, two of which have the 'highlight' class applied to them. please use javascript and the classlist property to invert which elements have the highlight class. basically iterate over all the elements and toggle the class of 'highlight' on each one. your end result should look like this: