DEV Community

Two Simple Tips For Debugging In the Console

Thomas Collardeau on August 20, 2019

For my first post, I thought I would share 2 simple tips that I use when debugging Javascript in the console. You might very well know these alread...
Collapse
 
iamarek profile image
Arkadiusz Chatys

So simple and so clever!!! Love that.

Collapse
 
collardeau profile image
Thomas Collardeau

I forgot to mention it for the first tip but you can also log multiple values at once with that trick, for instance:
console.log({user, followers})