Copyright Š 2025Best Frontend Courses. All rights reserved.

  • Categories
  • Instructors
  • Terms of Service
  • Privacy Policy
  • Feedback
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
  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

JavaScript: The Hard Parts, v2
Video

by Will Sentance

đŸ•šī¸ Levels: 🚀 Advanced

âŗ Duration: 7 hours

🤑 Price: Subscription

🧑‍đŸ’ģ Learning Platform: Frontend Masters

jQueryjQueryJavaScriptJavaScript

Learn jQuery: Styles
WrittenInteractive

đŸ•šī¸ Levels: 😎 Intermediate

âŗ Duration: 1 hours

🤑 Price: Free

🧑‍đŸ’ģ Learning Platform: Codecademy

JavaScriptJavaScript

A Practical Guide to Algorithms with JavaScript
Video

by Bianca Gandolfo

đŸ•šī¸ Levels: 😎 Intermediate

âŗ Duration: 4 hours

🤑 Price: Subscription

🧑‍đŸ’ģ Learning Platform: Frontend Masters

🔙 Back to JavaScript Category