Understanding Call Stack In Javascript
Yesterday I talked about the execution context in javascript. The call stack is basically a collection of multiple execution context where your code runs.
To learn more about execution context, click here
In simple terms, Call stack is a stack d...
deepakhq.hashnode.dev2 min read
Ayodele Samuel Adebayo
Software Engineer & Customer Success Engineer at Hashnode
Thanks for this...found this educative...knowing what's going on behind the scene is awesome...can you write about "call back" too?..