Exploring the JavaScript Console API (console.log, console.warn, styling console output, and more!)

Опубликовано: 04 Январь 2021
на канале: Ado Kukic
756
30

In this video, you'll go beyond a simple console.log statement and learn about other methods that make up the JavaScript console API. We'll take a look at:

console.log()
console.info()
console.debug()
console.warn()
console.error()
console.table()

Additionally, you'll also learn how you can stylize the output of your console statements!