Engineering and Technology
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.
In the course JavaScript and the DOM on Udacity, you will learn about the Document Object Model (DOM) and how it is constructed. You will also learn how to use DOM methods to select page elements and understand where an element's properties come from. Additionally, you will discover how to create content with JavaScript, add new content to the page, remove page content, and style page elements using DOM and JavaScript. The course also covers working with browser events, including how to respond to specific events using DOM and JavaScript, and understanding when the web page is ready to be modified and controlled. Furthermore, you will learn about performance optimization, including measuring the speed of your DOM and JavaScript code, identifying code that causes reflow and repaint issues, and gaining an understanding of how the JavaScript Event Loop works.
by Udacity
JavaScript is an extremely powerful programming language. One place where its power truly shines is...
by Udacity
Learn how to build high quality websites and dynamic applications to create stunning user experience...
by Udacity
Learn how browsers convert HTML, CSS and JavaScript into websites while you experiment with Chrome D...
by Udacity
Learn the basics of JavaScript, including primary data types, conditionals and loops, and more.
by Udacity
A first step for beginners towards careers in web and app development, machine learning, data scienc...
by Udacity
Learn about the changes made to the JavaScript programming language in ECMAScript 6 and how to use t...
by Udacity
Learn the importance of code organization and how to implement it with either vanilla JavaScript or...
by Udacity
Learn the fundamentals of JavaScript, the most popular programming language in web development.
by Udacity
Find success as a full stack developer by focusing on topics like UI, UX, APIs, server side business...
by Udacity
This course will demystify the browser's rendering pipeline and make it easy for you to build high p...