Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 11: Managing Errors, Debugging, and Handling Events in JavaScript!
Instruction
Steps to Reduce Debugging
- There are concrete steps that can be taken to reduce the amount of time spent debugging software. These are listed in the sections below.
The Correct Mindset
- Probably the most important thing you can do when you are starting to debug a program is to realize that you don't understand what is going on. Programmers who are convinced that their program should work fine are less likely...