DEV Community

Fun with Console object

Hiền Vương on February 07, 2017

The Console object provides access to the browser's debugging console (e.g., the Web Console in Firefox). The specifics of how it works vary from ...
Collapse
 
jmcguire23 profile image
James McGuire

It was the console.table() one which blew my mind! How did I not know this before! Thanks for sharing.

Collapse
 
lukbukkit profile image
Lukas • Edited

Thank you 👍

Collapse
 
mrm8488 profile image
Manuel Romero

If you want more fun, install globally "chalk" package

Collapse
 
c0il profile image
Vernet Loïc

Didn't know these useful tools functions, thx!