Answer the following questions in your journal
- What is the execution call stack in JavaScript? What is its purpose?
- What is a stack overflow?
- Recursion is an important programming technique in which a function calls itself. Why do you suppose doing this might useful? If the google in your mind isn't returning anything - feel free to utilize other resources.