What is a ‘call’?
How many ‘calls’ can happen at once?
What does LIFO mean?
Draw an example of a call stack and the functions that would need to be invoked to generate that call stack.
What causes a Stack Overflow?
What is a ‘refrence error’?
What is a ‘syntax error’?
What is a ‘range error’?
What is a ‘tyep error’?
What is a breakpoint?
What does the word ‘debugger’ do in your code?