DEV Community

Discussion on: Stop using default console.log, check this instead

Collapse
 
bdougherty profile image
Brad Dougherty

These days, I use this a lot: console.log({ a, b });

Collapse
 
guilhermetoti profile image
Guilherme Toti

That's awesome and very useful! I'm using that a lot though!