July 2016
Beginner
416 pages
8h 55m
English
In This Chapter
• Understand how JavaScript can be used to modify the DOM
• Meet the HTML Element
• Learn how to modify attributes
At this point, you kinda sorta know what the DOM is. You also saw how to find elements using querySelector and querySelectorAll. What’s next is for us to learn how to modify the DOM elements you found. After all, what’s the fun in having a giant lump of clay (or cookie dough) if you can’t put your hands on it and make a giant mess?

Anyway, besides it being fun and all, you will find yourself modifying the DOM all the time. Whether you are using JavaScript to change some element’s text, ...
Read now
Unlock full access