Why Use the Debugger?

Console.log is fine, but it's sort of like inspecting the scene of the crime after the fact. Getting comfortable with the debugger allows you to pause, navigate, and inspect your running code much more efficiently than logging values to the console. This will not be an exhaustive tour of the debugger, but should get you up to speed such that you're productive with it for the rest of the course.




Complete and Continue