Debugging
Overview
Things will go wrong and it is important to know how to find and fix the problems. This week we will learn how to use the browser's developer tools which helps identify some error or bugs in your code by stepping through the code, inspecting variables, and analyzing the program flow.
Prepare
- Read: 📝Debug JavaScript - Tutorial - Chrome Developers
- Read: 📄JS Debugging - What went wrong? - WDD Learning Modules
Check Your Understanding
Complete the following activities (2):
- Practice: Debugging - Ponder Activities - WDD Learning Modules