
Level up with JavaScript
Ladybug Podcast
00:00
What Is a Stack Overflow?
The call stack is the way that the browser keeps track of what functions have been called. You can think of it like a stack of books or a stack of pancakes, were the last and first out. So if we have, let's say, function hello, and inside of this function, we've got two other function calls. And so you normally need to have like a base case where this function stops calling itself at some point. This kind of how it works. That's just another day for yet in.
Play episode from 38:41
Transcript


