classList method in javascript | DOM methods in javascript | learn javascript #classlist #javascript



classList method in javascript | DOM methods in javascript | learn javascript #classlist #javascript

We use classList and className on JavaScript DOM to manipulate classes.
These two DOM property has different use cases. In this video, I have shown what is the difference between classList and className.
The className property returns the name of the classes in the form of a string, whereas the classList property of JavaScript returns the name of the classes in the form of an array.
add(): The add() method is used for adding one or more classes to the element.
remove(): The remove() method is used for removing one or more classes from the number of classes present in the element.
toggle(): The toggle() method is used for toggling the specified class names of an element. It means on one click the specified class gets added and on another click the class gets removed. It is known as the toggle property of an element.
replace(): The replace() method is used for replacing an existing class with a new class.
contains(): The contains() method of the JavaScript classList property is used for returning the Boolean value as an output. If the class is present, the value is returned as true otherwise false is returned.
item(): The item() method is used for displaying the name of the classes at the particular index. Thus, it returns the class name.

You are most welcome for any suggestion related to my video making way or some add on.
Please do comment for any topic you want to I cover for up coming video tutorial.

ABOUT MY CHANNEL:
Hi! BroLearners. Welcome to our channel @BroLearner, you will find education and Tech awareness to all for our Viewer throughout the world. Here we provide different different types of informative videos about to grow in career, how to create quality of contents with the help of free and necessary paid tools available on internet. I love sharing [Education and Technology. for example – Daily Life Mobile Hacks / Complete tutorials on a specific topic with you guys as I experience them myself.
Subscribe here to see more of my videos in your feed!
https://youtube.com/channel/UCutqkKRyavl-rm8izqm6Sxw

Bye Bye Bye take care and Happy Learning