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