CSE 121B: JavaScript Language

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

Check Your Understanding

Complete the following activities (2):

  1. Practice: Debugging - Ponder Activities - WDD Learning Modules