JavaScript DOM Exercises
make websites dynamic
Document Object Model (DOM)
access elements
modify elements
respond to user events
practical exercises
- 0/4
DOM Selector Methods
Learn the concept of the DOM. Practice how to access elements in the DOM using selector methods in JavaScript. - 0/5
Events and User Interactions
Learn the concept of the DOM. Practice how to access elements in the DOM using selector methods in JavaScript. - 0/4
DOM Manipulation
Manipulate and create elements in the DOM with JavaScript. Add and remove elements, change their styles and attributes, and work with text and HTML content. - 0/5
DOM Fundamentals
Practice what you've learnt about the DOM with these mixed exercises. - 0/1
DOM Recursive Functions
This series of JavaScript exercises covers the use of recursive functions in the context of working with the DOM.