reading-notes

Todd Wolden

View on GitHub

Course 201 Class Ten “Debugging”

Types of error

Generally speaking, when you do something wrong in code, there are two main types of error that you’ll come across:

Okay, so it’s not quite that simple — there are some other differentiators as you drill down deeper. But the above classifications will do at this early stage in your career. We’ll look at both of these types going forward.

Questions

The debugger tool will show you where the code is broken by line and examine the variables as it runs.

Resources

What went wrong? Troubleshooting JavaScript

What are browser developer tools?

Return to the Table of Contents

Table of Contents