Go Beyond JS Console - 🦄 Make Debugging Super With Console API
There is various methods you can use with JavaScript console that make your debugging skills superb. With console methods debug your code easily and faster. In this post we’ll explore some of the main methods made available by the console API.
Loggin...
axay.hashnode.dev3 min read
Darlan Tódero ten Caten
Entrepreneur & Software Engineer
Wow! There is a lot to learn in this article!
I only knew and used the
console.log,console.infoandconsole.error.Thank you very much Akshay Sushir!