8 Console API Functions Other Than Console.log()

added by JavaScript Kicks
12/18/2019 8:18:52 AM

794 Views

The Console API's most commonly used method is undoubtedly console.log. However, it also comes with several other useful methods that can improve our debugging efficiency. Let's dive in 🏊 and understand some of the other methods👇 Note: All methods are available in NodeJS as of version 10.0.0 and in almost every major browser.


0 comments