Top 5 Async Mistakes for JavaScript Beginners (Don’t make these!)



Top 5 Async Mistakes for JavaScript Beginners (Don’t make these!)

Top 5 Async Mistakes for JavaScript Beginners (Don’t make these!)

Don’t make these beginner mistakes working with Async code in JavaScript!

**QUESTIONS ABOUT MY SETUP**
Check out my Uses page for my VS Code setup, what recording equipment I use, etc. https://www.jamesqquick.com/uses

**STAY IN TOUCH 👋**
Check out the Podcast – https://compressed.fm/
Courses – https://jamesqquick.com/courses
Newsletter 🗞 – https://www.jamesqquick.com/newsletter
Follow me on Twitter 🐦 – https://www.twitter.com/jamesqquick

**DISCORD**
Join the Learn Build Teach Discord Server 💬 – https://discord.gg/vM2bagU

**TIMESTAMPS**
00:30 – Not Understanding Promises
03:20 – Not Using Correct Async Await Syntax
06:15 – Not Handling All Errors
08:40 – Not Writing Performance Code By Using Promise.all
11:00 – Awaiting When You Don’t Need To