JavaScript Tutorial | Call Stack, Event Loop & Callback Queue | Asynchronous JS #1

preview_player
Показать описание
Note: Please read correction in description.

This video is first of Asynchronous JS series. It clears the basics of call stack, event loop and call back queue

Correction : By mistake I've used setTimeout(function(){},2). i.e. 2 instead of 2000. Please consider. As such it will not make any difference in output in any way.

Thanks

Want to crack any regex problem effortlessly? Check out my Udemy course where you'll get
basic to in-depth knowledge about Regex with JavaScript with 165+ coding exercises.Click

#JavaScriptTutorial #callstack #eventloop #callbackqueue
Рекомендации по теме
Комментарии
Автор

Thanks for the simple and neat explanation about Call Stack, Callback Queue and Event loop :)

rajendra_K_
Автор

nice explanation bro! i just want to know if you have some sources about the main(), just to understand what is really this very first stack frame added

cristianlopez
Автор

Clear and informative. One of the best explanations for this topic. Thanks a lot.

amadeuss
Автор

Thank you so much. You are amazing at explaining.

snakemanluffy
Автор

I'm a little unclear on call stack and event loop and the timing of when things are called.

mrdarknsxy
Автор

What is Web/Node API in the diagram? It’s also a type of queue?

srikanthtiruveedula