View on GitHub

reading-notes

CodeFellows Class Reading Notes

JavaScript Ch. 10 - Error Handling and Debugging

Execution Context

Debugging is the process of finding errors through deduction.

If a JavaScript statement generates an error, then it throws an exception

Pg. 485 lists many common errors that may cause issues when writing script


Home