JavaScript Call Stack
What is Call Stack ?
Call stack is a mechanism for an Interpreter to keep track of its place in script that calls multiple
functions - What function is currently being run and what function are called from within that functions
When we Call a func...
risehoneix.hashnode.dev1 min read