Solution: Handling Classes
Let's see the solution to the Handling Classes challenge.
We'll cover the following
Solution
Here, we use element.classList.contains()
method to check that the class
exists with the given id
or not.
Let’s have a look at the solution code below:
Get hands-on with 1400+ tech skills courses.