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!