Featured

Let’s learn how to debug JS! [Free JS Bootcamp]



Published
We're going to learn to use our browser's debugging tools!

The goal is to get you started and have you finish on your own, but you can always get help in the forums if you get stuck.
-------
00:00:00 Intro
00:03:32 Use the JavaScript Console to Check the Value of a Variable
00:08:04 Understanding the Differences between the freeCodeCamp and Browser Console
00:11:12 Use typeof to Check the Type of a Variable
00:15:10 Catch Misspelled Variable and Function Names
00:18:16 Catch Unclosed Parentheses, Brackets, Braces and Quotes
00:21:30 Catch Mixed Usage of Single and Double Quotes
00:24:59 Catch Use of Assignment Operator Instead of Equality Operator
00:27:23 Catch Missing Open and Closing Parenthesis After a Function Call
00:30:22 Catch Arguments Passed in the Wrong Order When Calling a Function
00:33:43 Catch Off By One Errors When Using Indexing
00:37:28 Use Caution When Reinitializing Variables Inside a Loop
00:44:12 Prevent Infinite Loops with a Valid Terminal Condition
00:47:46 Q&A

This live stream is part of Class Central's Free JavaScript Bootcamp, hosted by Ramón Huidobro. Learn more about the bootcamp and how to enroll here: https://www.classcentral.com/cohorts/js-bootcamp-spring-2022
Category
Web design
Be the first to comment