JavaScript Debugging

Intro

Code is not always going to work. Sometimes you have a typo; other times, you didn’t organize your code in the right way. Fortunately, there are debugging tools that allow you to see how your code is executing and find where the problems are.

Suggested Learning

Requirements

Requirements have not been written for this badge

Extra Learning

This list is by no means complete. Feel free to add an issue or put in a pull request to update it.