Engineering and Technology
Learn the fundamentals of JavaScript, the most popular programming language in web development.
In the course Intro to JavaScript on Udacity, you will explore the quirky history of the JavaScript language and learn how to use the JavaScript console. You will also learn about data types and variables, and how to store data using variables. The course will teach you how to translate real-life decisions into code using conditional statements, and how to model more complex problems using logical operators. You will also learn about loops and iteration fundamentals, and how to work with JavaScript while and for loops. The course will cover functions, including how to declare functions and write function expressions, and will demystify tricky JavaScript behavior by teaching you about scope and hoisting. You will also learn about arrays, including how to store collections of data and manipulate arrays using common properties and methods. Finally, the course will cover objects, and teach you how to create JavaScript objects to represent complex data types.
by Udacity
Learn the fundamentals of JavaScript, the most popular programming language in web development.
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 how browsers convert HTML, CSS and JavaScript into websites while you experiment with Chrome D...
by Udacity
This course will demystify the browser's rendering pipeline and make it easy for you to build high p...
by Udacity
Learn how to asynchronously request data in your web applications with Ajax.
by Udacity
Learn the fundamentals of data visualization and apply design and narrative concepts to create your...
by Udacity
This course is designed to teach web developers how to utilize the various object-oriented programmi...
by Udacity
Learn how to simplify asynchronous work with Native JavaScript Promises!