9. JavaScript DOM

JavaScript DOM Crash Course - Part 1 by Traversy Media

JavaScript DOM Crash Course - Part 2 by Traversy Media

JavaScript DOM Crash Course - Part 3 by Traversy Media

JavaScript DOM Crash Course - Part 4 [Final Project] by Traversy Media

DOM - Document Object Model

The Document Object Model (DOM) is a programming interface for web documents. It represents the page so that programs can change the document structure, style, and content. The DOM represents the document as nodes and objects; that way, programming languages can interact with the page.

Course Content

Resources

▶️ Traversy Media
🔗 JavaScript Tutorial by W3Schools

Previous
Previous

8. JavaScript

Next
Next

10. jQuery