Interview JS Part 1 - Call Stack (Inspired by Colt Steele)
Why should we care?
It's fundamental to how JS works
It's helpful for debugging, almost all browsers come with debugging tools which help us see what all is happening at any time with the call stack.
What is a Call Stack?
We can consider it as a ...
dubesar.hashnode.dev3 min read