Home
JavaScript DOM exercises
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
Respond to user events in JavaScript, including clicks and mouse movements. Learn how to bind event listeners to elements in the DOM. - 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
Recursive functions
This series of JavaScript exercises covers the use of recursive functions in the context of working with the DOM.