reading-notes


Project maintained by Razan-am Hosted on GitHub Pages — Theme by mattgraham

Understanding the JavaScript Call Stack

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?


JavaScript error messages

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?


References:

@By Charles Freeborn /Understanding the JavaScript Call Stack

@By Diogo Spínola/JavaScript error messages && debugging