Javascript Console Methods

Published: 19 January 2023
on channel: Train To Code
50
5

Learn the most important and useful console methods in JavaScript in this quick overview. Discover how to display object properties, log warnings, and create a simple timer with console.table(), console.warn(), and console.timer(). This video will show you how to use each method and demonstrate them in the DevTools window of Google Chrome

00:00 Introduction
00:18 console.log() object
00:36 console.table()
00:53 console.time()
01:18 console.warn() and console.error()
01:40 console.assert()
02:26 Conclusion