reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

Error Handling & Debugging

To find the source of an error, it helps when you know how scripts are working.

error

The Stack

Each time a script enters a new execution context, there are two phases of activity:

js

  1. PREPARE
  1. EXECUTE

UNDERSTANDING ERRORS

ERROR OBJECTS

HOW TO DEAL WITH ERRORS

SUMMARY