Code Fix #3: Toggling Classes with querySelectorAll
Welcome back! In this article, I'll be going over toggling classes with querySelectorAll.
Background
The person was given the HTML and CSS below:
<!-- index.html -->
<ul>
<li>Hello</li>
<li class="highlight">Hello</li>
<li>Hello</li>
<li clas...
melvincayas.hashnode.dev2 min read