Day 13 - Beginner - Debugging How to Find and Fix Errors in your Code
1. Describe the Problem
2. Reproduce the Bug
3. Play Computer and Evaluate Each Line
4. Fixing Errors and Watching for Red Underlines
5. Squash bugs with a print() Statement
6. Bringing out the BIG Gun Using a Debugger
7. Final Debugging Tips
8. [Interactive Coding Exercise] Debugging Odd or Even
9. [Interactive Coding Exercise] Debugging Leap Year
10. [Interactive Coding Exercise] Debugging FizzBuzz
11. Building Confidence