View on GitHub

reading-notes

Duckett Ch. 10 Error Handling and Debugging

Order of Execution

Execution Context

Error Objects

How to Deal With Errors

  1. Debug the script to fix errors
    • use developer tools
  2. Handle Errors Gracefully
    • using try, catch, throw and finally statements

Debugging Workflow

Summary

Back to Homepage