JavaScript: Debug Using Various Console Methods

Useful methods that can help you to debug your code with ease.

Taran
codeburst
Published in
7 min readOct 17, 2020

--

As a web developer, it’s necessary that you be familiar with console.log(). It is the most straightforward approach to troubleshoot anything by logging the value of variables in developer tools. But the console API is much more than that, it provides many other methods that can…

--

--

I am a Full stack developer. I enjoy learning and building new skills, and sharing what I’ve learned.