Call Stack in javascript
what is call stack ?
Basically call stack is data structure that works on the principle of LIFO(last in first out).
In javascript call stack is used to keeps track of functions invocations(calls).
Whenever javascript code starts executing, a global ...
shafiq.hashnode.dev2 min read
Al - Naubit
Hey 👋. Building saas and games with cool technology. Tweets and posts about business growth mixed with coding!
Thanks, it was a good read, bookmarked, and followed!