How Javascript Works? - Call Stack, Event Loop and Queues Explained

How Javascript Works? - Call Stack, Event Loop and Queues Explained

Piyush Garg

1 месяц назад

8,620 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@bidsouravbest
@bidsouravbest - 20.11.2024 16:11

YOU RE A LEGEND.

Ответить
@shubhamdas6519
@shubhamdas6519 - 16.11.2024 17:58

Thanks for the knowledge sir.

Ответить
@i7iiy
@i7iiy - 13.11.2024 22:30

Please make this type of video on nodeJs

Ответить
@nobody124...
@nobody124... - 12.11.2024 18:26

you always bark in hindi

Ответить
@DeepeshDev001
@DeepeshDev001 - 12.11.2024 15:46

Helping me to get Advance in JS
Thank you bahi

Ответить
@henyadose
@henyadose - 11.11.2024 20:41

Promises are not part of WebApis

Ответить
@zahidulhaquejony
@zahidulhaquejony - 10.11.2024 22:30

I am from Bangladesh. You're really amazing.

Ответить
@kunju17
@kunju17 - 10.11.2024 10:55

It was incredibly clear and informative! You did an amazing job breaking down complex concepts in a way that's easy to understand, especially the way the call stack and event loop work together. Thank you for such a well-structured explanation—it really helped me deepen my understanding of JavaScript!

Ответить
@ramireddypanditi6823
@ramireddypanditi6823 - 09.11.2024 19:03

you are truely amazing the way of explaining the how javascript works behind the scene. Even a begginer can understand clean detailed way

Ответить
@SolarisGamingYT_
@SolarisGamingYT_ - 09.11.2024 06:54

Best explanation of the event loop brother. You literally killed it

Ответить
@mullayam
@mullayam - 08.11.2024 20:10

add one more example executing setTimeout and setImmediate then what will happened, webapi and event loop

Ответить
@Danish-saifi1
@Danish-saifi1 - 07.11.2024 22:43

the way he explains can't be explained in words❤

Ответить
@mayankjoshi2077
@mayankjoshi2077 - 07.11.2024 19:48

Thank you for this wonderful videos

Ответить
@RakeshKumar-vo3ih
@RakeshKumar-vo3ih - 07.11.2024 16:56

tusi chha gye sir, pahli bar samaj me aaya ye lafda, javascript ka...

Ответить
@MusaShaik1994
@MusaShaik1994 - 07.11.2024 15:18

Script:

console.log("Hello World");

setTimeout(() => {
console.log("Hello World after 0 seconds");
}, 0);

setTimeout(() => {
console.log("Hello World after 2 seconds");
}, 2000);

setTimeout(() => {
console.log("Hello World after 0 seconds 3th time");
}, 0);



console.log("bye bye");

Answer:

Hello World
script.js:17 bye bye
script.js:4 Hello World after 0 seconds
script.js:12 Hello World after 0 seconds 3th time
script.js:8 Hello World after 2 seconds

Ответить
@RaoAnkitYadav-cv5sg
@RaoAnkitYadav-cv5sg - 07.11.2024 12:54

An amazing explanation can you make this type of series for Mern stack also everyone is waiting for that

Ответить
@japtavyasingh7334
@japtavyasingh7334 - 07.11.2024 12:49

great

Ответить
@vishalkumarchoudhary8497
@vishalkumarchoudhary8497 - 07.11.2024 08:47

Best explanation

Ответить
@pixelgoat_
@pixelgoat_ - 07.11.2024 07:51

English subtitles???

Ответить
@moviesasylum8531
@moviesasylum8531 - 07.11.2024 06:40

Bro i have completed your js playlist,
but completing and checking more things, i found that some topics are missing like object

Ответить
@pratikanand143
@pratikanand143 - 07.11.2024 03:45

Very nice video ❤

Please make some video on typescript also.

Ответить
@atharvsankpal
@atharvsankpal - 06.11.2024 21:16

Understood Everything, Nice Explanation, Looking forward for next videos!!!

Ответить
@paltan_team
@paltan_team - 06.11.2024 19:17

Bhaiya Mera next month interview hai ap please playlist complete kr denge kya?
apka smjhaya hua mind se niklta hi nahi
You are my bestest teacher/bro/friend

Ответить
@AjitKumar-jr7jo
@AjitKumar-jr7jo - 06.11.2024 19:06

thank you piyush.

Ответить
@shubhtalk7073
@shubhtalk7073 - 06.11.2024 18:53

Exited for next video ❤

Ответить
@shubhtalk7073
@shubhtalk7073 - 06.11.2024 18:53

No one can beat you when its comes to explanation ❤

Ответить
@shubhtalk7073
@shubhtalk7073 - 06.11.2024 18:52

You are best

Ответить
@shubhtalk7073
@shubhtalk7073 - 06.11.2024 18:52

Ossam explanation piyush bhaiya 😊😊

Ответить
@mdashifreza1296
@mdashifreza1296 - 06.11.2024 17:22

Hii
You are great explainer of tech now evolving around developers.

Ответить
@devisinghlodhi9757
@devisinghlodhi9757 - 06.11.2024 16:49

🔥🔥🔥

Ответить
@akshay7018
@akshay7018 - 06.11.2024 16:18

Light Mode🫣

Ответить
@azharalibhutto1209
@azharalibhutto1209 - 06.11.2024 16:17

Please please please continue rust series'

Ответить
@sciencequotesfacts5543
@sciencequotesfacts5543 - 06.11.2024 15:58

Sir Please tell me , whether the callback functions run inside the global execution context or its i executed after all the synchronous code is excuted and global execution is poped out from the stack .
if cb fn not executed inside GEC then how they access the values from the scripts.

Ответить
@RishabhRawat-v6t
@RishabhRawat-v6t - 06.11.2024 15:55

good going , I am a boy still I feel U are cute 😆

Ответить
@RajanYadav-fz6iw
@RajanYadav-fz6iw - 06.11.2024 15:32

fetch metho also comes into micro task queue

Ответить
@sunilgope1848
@sunilgope1848 - 06.11.2024 15:24

Thank you sir ❤

Ответить
@shri_x1
@shri_x1 - 06.11.2024 15:06

your explaination are super good, i would be nice if u do all videos in english

Ответить
@dharmrajhembram6445
@dharmrajhembram6445 - 06.11.2024 14:59

Make a playlist on javascript and node js interview

Ответить
@HafizMAnam
@HafizMAnam - 06.11.2024 14:57

A Wonder Full Content Bro
Bro Need Series on React

Ответить
@rajkir2852
@rajkir2852 - 06.11.2024 14:55

Also video on how node handles 1000s of request at a time we need

Ответить
@its_Amit_00
@its_Amit_00 - 06.11.2024 14:48

I recently started backend in javascript, please help me how can i practice it more

Ответить
@AzharAli-n5c
@AzharAli-n5c - 06.11.2024 14:36

please continue the rust series

Ответить
@crush_ka_bhai
@crush_ka_bhai - 06.11.2024 14:35

🏅 प्रथम

Ответить
@-CSE-BurhaanWani
@-CSE-BurhaanWani - 06.11.2024 14:35

Great content❤.
I would to see videos on OOPS in javascript and a small project using OOPS

Ответить
@tanushreegharami227
@tanushreegharami227 - 06.11.2024 14:34

Thank you sir

Ответить