Advanced JavaScript 2: Async JS, APIs, Operators, Objects
Offered By: Scrimba via Coursera
Course Description
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
This course focuses on enhancing your JavaScript skills by working with asynchronous programming, APIs, logical operators, and objects.
You will learn how to fetch and handle API data using modern techniques such as async/await and promises, efficiently managing multiple asynchronous operations. Additionally, you’ll explore the use of logical operators like ||, &&, and nullish coalescing to write cleaner, more efficient code.
The course also covers object manipulation in depth, including working with inbuilt methods, the spread operator, and cloning techniques.
Throughout the course, you'll tackle practical coding challenges to solidify your understanding of JavaScript concepts like this binding, short-circuiting, and object method handling.
Syllabus
- Asynchronous JavaScript and APIs
- In this section, you will learn how to make asynchronous API requests using JavaScript, manage promises, and handle asynchronous operations efficiently using modern techniques such as async/await and Promise.all().
- Logical Operators and Coalescing
- In this section, you will learn to use short-circuiting, nullish coalescing, and optional chaining to write more efficient and error-resistant JavaScript.
- Working with objects
- In this section, you will learn essential object manipulation techniques in JavaScript, including methods, property validation, cloning, and the correct use of this.
Taught by
Tom Chant
Related Courses
Async JavaScriptScrimba via Coursera Learn Asynchronous JavaScript
Codecademy Learn Intermediate JavaScript
Codecademy API Basics 3: Build a Game (Async JS, Callbacks & Promises)
Scrimba via Coursera API Basics 4: Build a Personal Dashboard (Promise Rejection)
Scrimba via Coursera