Search⌘ K

Challenge: Add a Class

Understand how to implement the addClass function by using querySelector to add CSS classes to specific HTML elements. This challenge helps improve your skills in DOM manipulation and prepares you to handle dynamic class changes in JavaScript.

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 ...