Reading-Notes

Class 09: - Error Handling & Debugging


Error Handling & Debugging

  1. function context

  2. eval context

```

JavaScript has 7 different types of errors. Each Creates its own object, which can tell you its line number and gives a description of the error.

you can use try, catch, finally statements in areas areas in your code you’re expecting an error