Tips For Using Async/Await in JavaScript



Tips For Using Async/Await in JavaScript

Tips For Using Async/Await in JavaScript

Async/Await is a much cleaner syntax for working with promises than using .then(). Let’s take a look at how to convert an asynchronous function from using .then() to using async/await and learn a few tips along the way.

00:00 – Intro
00:45 – Fetch Example with .then
01:30 – Convert Promises to Async/Await
04:40 – Use Try/Catch for Errors
06:30 – Async Functions Return a Promise
07:40 – Use IIfe for Top-Level Await
09:00 – Promise.all()

_____________________________________________

Newsletter 🗞
Interested in exclusive content and discounts? 🤯 Sign up for the newsletter!
https://www.jamesqquick.com
_____________________________________________

Connect with me 😀
Live streams on Twitch – https://twitch.tv/jamesqquick
Follow me on Twitter – https://www.twitter.com/jamesqquick
Join the 💬 Discord Server 💬 – https://discord.gg/vM2bagU
_____________________________________________

COURSES 💻
Learn how to build Fullstack apps with React and Serverless Functions – https://www.jamesqquick.com/courses/react-and-serverless-fullstack-developmnent
Learn everything you need to know about Visual Studio Code – https://www.udemy.com/learn-visual-studio-code/
Build a Quiz App – https://www.udemy.com/build-a-quiz-app-with-html-css-and-javascript/

Comments are closed.