Challenge 1 : Bulb Turn Off/On
Learnings
classList
The .classList property provides access to the list of CSS classes assigned to an element.
It allows us to add, remove, toggle, and check for classes dynamically without modifying the entire class string.
Methods:
.add(classN...
chaicode-dom-manipulation.hashnode.dev2 min read