How to use the JavaScript console
APRIL 17, 2019 · 610 WORDS
One of the easiest ways to debug anything in JavaScript is by logging stuff
using `console.log`. But there are a lot of other methods provided by the
console that can help you debug better.
Let’s get started.
The very basic use case is to log a string or a bunch of JavaScript objects.
Quite simply,
```js
console.log("Is [...]