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 -   / jamesqquick  
Follow me on Twitter -   / jamesqquick  
Join the 💬 Discord Server 💬 -   / discord  
_____________________________________________

COURSES 💻
Learn how to build Fullstack apps with React and Serverless Functions - https://www.jamesqquick.com/courses/r...
Learn everything you need to know about Visual Studio Code - https://www.udemy.com/learn-visual-st...
Build a Quiz App - https://www.udemy.com/build-a-quiz-ap...

Комментарии

Информация по комментариям в разработке