JavaScript Under The Hood [3} - Asynchronous JavaScript, Task Queue & Event Loop

preview_player
Показать описание
In this video, we will look at how JavaScript does Asynchronous operations and how the task queue and event loop works.

Event Loop & Microtask Queue Article:

💻 My Courses & More

💖 Show Support

👇 Follow Me On Social Media:

Timestamps:
0:00 - Intro
1:00 - Core JS Refresh
1:30 - Blocking Operations
2:05 - Blocking vs Non-Blocking Example
4:06 - Browser Web APIs
6:20 - setTimeout Example
7:47 - Task Queue & Event Loop
10:53 - Promises & Microtask Queue
Рекомендации по теме
Комментарии
Автор

This series is best for revising our Js concepts. Thanks Brad, learned a lot from you 💯

easywebdev
Автор

Hello Brad!
I'm a junior developer from South Korea and i've been watching your video for about 2 years. ☺️
2 years ago I started to teach my self computer languages and how to build web app with your contents. They were my best teachers really.
Thank you so much for the amazing videos. ‼️
I want you to know there is at least one huge fan of you in Korea 😆

whome
Автор

Under The Hood series is really something. Thanks.

ensar
Автор

This is Great series!
And Brad, you’re actually an awesome diagram creator!

nikitaalekseev
Автор

Beautiful visual interpretation of call stack, web APIs and event loop. Well done Brad. Thank you

rogut
Автор

Thanks a lot, I would like to see a series about React under the hood in details and how the code is executed, it will be very interesting since nobody did it before

rabihg
Автор

I wish they teach like this in school. thank you

aguiboubarry
Автор

Very informative
Make whole series on DSA in JavaScript there are playlist whi cover these topics in c++ but we need JavaScript

babayaga
Автор

Arrive at minute 10:50 and was like WTH he did not explain promises. Then few seconds later you started talking about it :)

That's what I was looking for, thanks a lot

jz
Автор

respect.
thank you for your hard work and your great channel.

hamidakbari
Автор

Thanks for crystal clear explanations.

mdshohidurrahman
Автор

Thanks buddy for great work your are doing, it is gonna help a lot of people for sure :)

muhammadidrees
Автор

Thanks a lot. Really helpful. Great explanation.

AlexSenichek
Автор

wow! really awesome content! Thanks from Brazil!

Naldjei
Автор

I would add Micro Task Queue to your diagram to make it complete for example when you user fetch and set time out together.

igorr
Автор

thank you this serie helped so so much ^^

AozenDreyar
Автор

I've been looking forward to this

NNNedlog
Автор

First of all, thank you for the series.
Secondly, look at the title. [3}

BusinessWolf
Автор

Can you create an updated video on service workers and web workers?
Love your content plz keep the vid coming.

kasper
Автор

I remember a project with setTimeout and Promise ... It was a nightmare, so learn these concepts thoroughly. Any news about your course, Brad?

universecode