Reading Notes
Chapter 15: Errors and Debugging
- understanding how js executes and stacks helps understand where an error might be.
- debugging is the process of deducing to find errors.
- the console helps narrow down the area in js code in which the error is located.
- js has 7 types of errors. on pg 460-461