reading-notes


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

JAVASCRIPT

Chapter 10: “Error Handling & Debugging”

Order of execution

Execution contexts

VARIABLE SCOPE

The stack

EXECUTION CONTEXT & HOISTING

Errors

The JavaScript console will tell you when there is a problem with a script,where to look for the problem, and what kind of issue it seems to be.

In the internet console, the console will show you when there is an error in your JavaScript. It also displays the line where it became a problem for the interpreter.

<An over all about Error Handling & Debugging>

@Jon Duckett/JAVASCRIPT