Menu
Coddy logo textTech

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:

  • getElementById
  • getElementsByClassName
  • getElementsByTagName
  • querySelector
  • querySelectorAll
  • addEventListener
  • innerHTML
  • createElement
  • appendChild
  • classList.toggle(class)

Try it yourself

This lesson doesn't include a code challenge.

All lessons in JavaScript DOM Methods