From the course: JavaScript: Enhancing the DOM

Enhance your JavaScript DOM knowledge

From the course: JavaScript: Enhancing the DOM

Enhance your JavaScript DOM knowledge

- [Maaike] If you know the basics of JavaScript already and you want to learn how to create web apps, but you don't know where to start, I got you. Let's start here. DOM stands for Document Object Model. You might not realize this, but you use it all the time. The DOM is the backbone of using the internet as you know it. With JavaScript, we can manipulate the DOM, and that's what creates interactivity on web pages. You'll learn the basics of DOM, how to change elements on the DOM, work with events, and practice some advanced techniques for DOM manipulation. After this course, you'll be able to alter a DOM with JavaScript and create interactive web applications. My name is Maaike, and in this course, I'll help you use the DOM to create web apps. So let's go and learn how to rearrange web pages like a pro.

Contents