MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.
HTML provides the structure for a site. CSS provides the styling. JavaScript (and the DOM) provides the interactivity for a site. Without JavaScript and the DOM, a site is static. The web is alive and shouldn't be shackled by a non-interactive page!
Are you interested in learning how to programmatically add new content to a page? Do you want to dynamically change the styling of an element, respond to a form submission by displaying a message to the user, or learn how to measure the performance of your code? If you said, "Yes!" to any of these, then this course is for you!
What you will learn
- The Document Object Model
- Learn how the DOM is constructed
- Use DOM methods to select page elements
- Figure out where an Element's properties come from
- Creating Content with JavaScript
- Use DOM and JavaScript to add new content to the page
- Learn DOM and JavaScript to remove page content
- Use DOM and JavaScript to style page elements
- Working with Browser Events
- Discover the hidden world of browser events
- Use DOM and JavaScript to respond to specific events
- Learn when the web page is ready to be modified and controlled
- Performance
- Learn how to measure the speed of your DOM and JavaScript code
- Identify code that causes Reflow and Repaint issues
- Explain how the JavaScript Event Loop works
Prerequisites and requirements
Students should have experience with the following skills:
- building a website with HTML
- styling page elements with CSS
- specifically, selecting elements by ID, class, or tag
- using the JavaScript data types (e.g. strings, arrays, object, functions, etc.)
- looping through data (e.g. the for loop)
These skills are covered in the following courses:
- HTML and CSS Syntax
- Intro to JavaScript
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.