Advanced Async-Await Javascript Tutorial - Why forEach Is Bad for Async Await Code
Offered By: Dave Gray via YouTube
Course Description
Overview
Discover why using forEach with async/await in JavaScript is problematic and explore superior alternatives in this advanced tutorial. Learn how to effectively handle asynchronous operations using traditional for loops, for...of loops, Promise.all() with map, and reduce. Gain insights into best practices for working with asynchronous code and improve your JavaScript skills through practical examples and explanations.
Syllabus
Intro
Welcome and Intro
forEach - What's it good for?
Async fetch request example
forEach with Async Await is BAD
Alternative #1: traditional for loop
Alternative #2: for...of loop
Alternative #3: Promise.all with map
Alternative #4: A different reduce
Taught by
Dave Gray
Related Courses
JavaScript PromisesGoogle via Udacity Grand Central Dispatch (GCD)
Udacity Asynchronous Programming in C# and .NET Core
Microsoft via edX JavaScript, часть 2: прототипы и асинхронность
Moscow Institute of Physics and Technology via Coursera Разработка веб-сервисов на Go - основы языка
Moscow Institute of Physics and Technology via Coursera