reading-notes

Class 10

Back to home page

Understanding JS call stack

Q. What is a ‘call’?

Q. How many ‘calls’ can happen at once?

Q. What does LIFO mean?

Q. Draw an example of a call stack and the functions that would need to be invoked to generate that call stack.

Q. What causes a Stack Overflow?

JavaScript error messages

Q. What is a ‘reference error’?

Q. What is a ‘syntax error’?

Q. What is a ‘range error’?

Q. What is a ‘type error’?

Q. What is a breakpoint?

Q. What does the word ‘debugger’ do in your code?

Bookmark