Introduction
Lesson 1 of 13 in Coddy's JavaScript DOM Methods course.
In this course, you will learn about the most commonly used JavaScript DOM methods/properties.
This course will give you an overview of how to use these methods/properties in real-life projects.
You will learn about the below methods:
getElementByIdgetElementsByClassNamegetElementsByTagNamequerySelectorquerySelectorAlladdEventListenerinnerHTMLcreateElementappendChildclassList.toggle(class)
Try it yourself
This lesson doesn't include a code challenge.