WDD 131: Dynamic Web Fundamentals

JavaScript Debugging

Overview

Debugging is the process of finding and fixing errors in your code. This is an essential skill for any developer. You will learn how to use the browser's DevTools to debug your JavaScript code.

Prepare

  1. 📃 JavaScript Debugging - WDD Learning Modules

Activity Instructions

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

Optional Resources