It's like eating one cake at a time , but whenever you get another cake , you leave the first one and eat the new one till it's finished then go back again to the previous cake . Similarly execution context works in a way where it executes current function then if there is a function call inside it , it pauses this execution execution context and start the new one with the new function and so on
Frontend developer who loves simplicity—clean, functional, user-friendly interfaces. Exceptionally ordinary, because ordinary done right is extraordinary.
This video will make you understand it for sure.
And video series will clear a lot of JavaScript fundamental concepts , he teaches very patiently and cleary.
Frontend developer who loves simplicity—clean, functional, user-friendly interfaces. Exceptionally ordinary, because ordinary done right is extraordinary.
Top comments (4)
It's like eating one cake at a time , but whenever you get another cake , you leave the first one and eat the new one till it's finished then go back again to the previous cake . Similarly execution context works in a way where it executes current function then if there is a function call inside it , it pauses this execution execution context and start the new one with the new function and so on
Isn't that callstack ?
youtu.be/ZvbzSrg0afE
This video will make you understand it for sure.
And video series will clear a lot of JavaScript fundamental concepts , he teaches very patiently and cleary.
Thanks for sharing