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 | Open-Source Contributor | Developer Educator
Thanks for this...found this educative...knowing what's going on behind the scene is awesome...can you write about "call back" too?..