JavaScript and the DOM (Udacity)

JavaScript and the DOM (Udacity)
Free Course
Categories
Effort
Certification
Languages
Misc

MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

JavaScript and the DOM (Udacity)
Dynamically control the browser. JavaScript is an extremely powerful programming language. One place where its power truly shines is using it to control a web page. Through this course, you'll learn about the Document Object Model (DOM), how it's created, and what capabilities it provides. Then you'll use JavaScript and the DOM to add, delete, or alter page content; control page styling, and respond to user actions.

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.

Free Course

MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.