JavaScript Async Await 👨🏻‍💻 Tutorial in 1 Minute #shorts

preview_player
Показать описание


JavaScript Async Await is a cool way of handling Promises. I’m calling this series 20 things Javascript Developers Should Know But Probably Don't.

Watch the full video where I cover these topics:
How Promises work
Async/Await vs. then block
Real example with fetch()
6 important points about Async/Await
Error Handling with try/catch

JavaScript Promises from the series "20 Things JS Developers Should Know"

ColorCode Etsy Merchandise store:

Full JavaScript Mastery course is coming! Details at the end of the video. Sign up for Early Access here:
Рекомендации по теме
Комментарии
Автор

I've been watching 30 minutes long tutorial and this 1 minute tutorial has cleared my confusion. Thanks!

qasimhussain
Автор

The way you approached the concept is amazing... cleared now, thanks!

devendrahaldankar
Автор

Put a link of the video you mentioned as a pinned comment too, please.
Getting to the description is a lot harder on YouTube shorts on the phone. Many users still don't know how to do that!

keken
Автор

Im often wondering how to tell javascript to slow the fuck down. This vid hit home for me

alexzajacek
Автор

This man is the Best teacher in the whole WORLD 🌍,
If someone found this man to clear their doubts, they don't want anyone to solve their other doubts.
It's different that their are limited videos but they are premium.
I love to see such more videos
And if possible the lessons on JS.

amarbarahate
Автор

That was a fantastic breakdown! Telling us which is best in comparison is 10/10!

yourmamaisphat
Автор

These shorts popped into my feed at JUST the right time. Time to get to learning

nonamebrand
Автор

I fucking love these shorts man, keep it

ridazouga
Автор

Very well explained. appreciate it a lot. if someone had explained me such way my learning curve would had been smooth without such struggles 😅

viki_sky
Автор

How succinct this explanation is, is impressive. Thank you!

ezekielswanson
Автор

Thank you so much for all the tutorials they are really good 😭😭 i hated javascript and now i love it 🥰

jieun
Автор

Awesome i love the way you explain concepts its very digestable thank you!

bodhiforest
Автор

Loved the little wolf of wall street reference!

kylan_
Автор

I’m so glad I found him…I mean I found this channel ❤

ArpithaIndira
Автор

Dude, your work is so on point. I'm proud to be your bro. 🍻

steelmantv
Автор

Note: If you use the .then the code will continue to run asynchronous and if you have results dependent on the promise results they must be included in the .then method body. Otherwise, it’s still a fugazy 😂

IamPali
Автор

Watching your videos feels like am in a heist,

omomer
Автор

Node 18 now support top level async same as DenoJs

issam
Автор

So is it basically a way to slow the program until “await” and then keeps going

JuanMolina-tlxc
Автор

The await function has to return a promise of resolved or reject right?

dgross