Call Stack
In this video we are going to present the call stack data structure and how it is used to track the code execution. The call stack is a very useful concept for every beginner in programming that will help you also learning how to debug the code.
This concept is a general one and applies to all programming languages so it doesn't matter if you come from Python, Javascript, Java, Delphi etc.
Key concept to remember:
call stack
LIFO data structure
debugger
push/pop operations
#datastructures , #pythonlearning , #javascriptlearning