Skip to content

Instantly share code, notes, and snippets.

@thatPamIAm
Last active July 3, 2019 14:33
Show Gist options
  • Save thatPamIAm/43c46c93c1a522593fa8f2a31f24c854 to your computer and use it in GitHub Desktop.
Save thatPamIAm/43c46c93c1a522593fa8f2a31f24c854 to your computer and use it in GitHub Desktop.
WARM UP

WARM UP

Answer the following questions in your journal

  1. What is the execution call stack in JavaScript? What is its purpose?
  2. What is a stack overflow?
  3. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment