Learn Asynchronous JavaScript in 1 Video (Promises, Async/Await, and more)

preview_player
Показать описание
Async / await, promises, then() catch(), callbacks, what do they all mean? In this video I break down everything about asynchronous Javascript.

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

🙋‍♂️ Need help? Ask in our Discord community:

💡 Have an idea for a video or course? Request it here:

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

🕐 Timestamps:
00:00 Introduction
00:19 Asynchronous vs Synchronous JavaScript
02:17 setTimeout and setInterval
05:46 Callback hell
07:01 Promises
16:28 Async await
20:25 Course information

#javascript #asynchronous #wornoffkeys

FTC Legal Disclaimer - Some links found in my video descriptions might be affiliate links, meaning I will make commission on sales you make through my link. This is at no extra cost to you and it helps support the channel so I can make more free YouTube videos.
Рекомендации по теме
Комментарии
Автор

🙋‍♂ Need help? Ask in our Discord community:
wornoffkeys.com/discord

WornOffKeys
Автор

underated youtuber! fcc, fireship, traversy, etc is great! but WOK is amazing! thanks dude your explanation is clean and easy to follow!

rizkyfirmansyah
Автор

your content is awesome, I dont know why you have so few suscribers

NialEra
Автор

It took me a while to fully grasp the concept of asynchronous code but it's very useful.
If you omit the time from a setTimeout or setInterval, the callback wil run whenever a free spot occurs in the event loop 😉

I whish there was a lazy for loop like a forEachSync or mapSync, I always forget to change the forEach to a for loop when I need to.

Stoney_Eagle
Автор

Hey, nice Video! How do you paint in vscode like at 1:31? What's the name of the program you are using? Thanks!

coolepizza
Автор

Nice channel, allot of information. Thanks for all this work.

i.am.Kish
Автор

It's just high-level explanation, it would have been much more fruitful if you would have explained how asynchronous task get queued, via message queue. How js handles async task with eventloop. What's behind async and await keyword.

mateenshaikh
Автор

first ez now give free access to js course

enffinity