DEV Community

Discussion on: Javascript: 5 cool things you can do with console that aren't console.log

 
neomonst profile image
NeoMonst

Wow, I tried console.group(). Yummy!
I guess I will put a console.group() after my code from now on.
Thanks for the tip!