Best Frontend Courses LogoBest Frontend Courses
    • AI
    • Accessibility
    • Algorithms
    • Angular
    • Architecture
    • Astro
    • Auth
    • CSS
    • Firebase
    • Game Development
    • Gatsby
    • Git
    • GraphQL
    • HTML
    • Ionic
    • JavaScript
    • Jotai
    • MobX
    • Native
    • Netlify
    • Next.js
    • Nx
    • Performance
    • Prisma
    • React
    • React Native
    • Redux
    • Remix
    • Rx.js
    • SCSS/Sass
    • SolidJS
    • Storybook
    • Supabase
    • Svelte
    • Tailwind
    • Testing
    • TypeScript
    • Vue.js
    • XState
    • jQuery
    • p5.js
  • Add Course
  • Login

Copyright Š 2025Best Frontend Courses. All rights reserved.

  • Categories
  • Instructors
  • Terms of Service
  • Privacy Policy
  • Feedback
  1. Home
  2. JavaScript
  3. Asynchronous JavaScript with async/await
JavaScript
Video

Asynchronous JavaScript with async/await

by Marius Schulz
Enroll
đŸ•šī¸ Levels: 😎 Intermediate
âŗ Duration: 0.5 hours
🤑 Price: Subscription
🧑‍đŸ’ģ Learning Platform: Egghead.io
🧑‍🎓 Certificate: No

🔑 Key Learning Outcomes

  • Understanding async and await keywords in ES2017.
  • Converting functions to async functions.
  • Handling errors in asynchronous functions.
  • Working with multiple promises concurrently.
  • Using async generator functions.

👨‍đŸĢ About the Course

This course delves into using the async and await keywords in JavaScript to write more readable asynchronous code compared to promise chains or callbacks. Starting with simple HTTP requests, you'll progress to looping over asynchronous data sources using async generator functions.

đŸŽ¯ Target Audience

  • Developers familiar with JavaScript looking to enhance their skills in writing asynchronous code.

✅ Requirements

  • Basic understanding of JavaScript programming.
  • Familiarity with promises and callbacks.

📖 Course Content

  • Learn to write asynchronous functions with async/await.
  • Call asynchronous functions in a promise chain.
  • Convert any function into an asynchronous function.
  • Handle errors in asynchronous functions.
  • Await multiple promises sequentially or concurrently.
  • Use Promise.all() to await multiple promises concurrently.
  • Employ the await operator with any thenable.
  • Iterate asynchronously with the for-await-of loop.
Update Course

Drop a comment

Asynchronous JavaScript with async/await by Marius Schulz

Log in to leave a feedback

Login

👇 Psst! Interested in More JavaScript Courses?

JavaScriptJavaScript

Data Visualization First Steps
Video

by Anjana Vakil

đŸ•šī¸ Levels: 🌱 Beginner, 😎 Intermediate

âŗ Duration: 3.5 hours

🤑 Price: Subscription

🧑‍đŸ’ģ Learning Platform: Frontend Masters

JavaScriptJavaScript

Functional JavaScript First Steps
Video

by Anjana Vakil

đŸ•šī¸ Levels: 🌱 Beginner, 😎 Intermediate, 🚀 Advanced

âŗ Duration: 4 hours

🤑 Price: Subscription

🧑‍đŸ’ģ Learning Platform: Frontend Masters

JavaScriptJavaScript

JavaScript Promises in Depth
Video

by Marius Schulz

đŸ•šī¸ Levels: 😎 Intermediate

âŗ Duration: 1 hours

🤑 Price: Subscription

🧑‍đŸ’ģ Learning Platform: Egghead.io

🔙 Back to JavaScript Category