Challenge: Add a Class
This challenge will test your skills in implementing the query selector method to add a class to an element.
We'll cover the following...
Problem statement #
In this challenge, you need to use the querySelector
method to add a class to an element. You have to implement the ...