Javascript

JavaScript Fundamentals -- The JavaScript Console

PRO
Outline

Modern web browsers have many tools built in to work with JavaScript and other web technologies. The console is one of those tools. You can run code snippets and log messages for debugging. We'll cover several methods that you can use with the console. These are the ones I think are most useful. Each of them is available in Node.js and the browser, but we'll be using StackBlitz for this portion of the course. If you want to follow along in StackBlitz, click on the link below to fork the project. Otherwise, create a file on your computer that you can use to run Node.

StackBlitz Project

At the end of each video, you'll have a short assignment to practice the method we talk about. After doing the assignment, go on to the next video.

You can refer to this blog post as a reference guide for what we'll talk about here.

 

I finished! On to the next chapter