DEV Community

Discussion on: JavaScript Performance using console.time() & console.timeEnd()

Collapse
 
codevault profile image
Sergiu Mureşan

Thanks for the tip, that makes my life so much easier when trying to time something.

There's also console.table for printing out a variable as a table with properties and values being the columns.

Collapse
 
annarankin profile image
Anna Rankin

console.table blew my mind! 🤯Neat!

Collapse
 
3sanket3 profile image
Sanket Patel

That's great to hear.

Haven't checked console.table, will surely take a look. Thanks :)

Collapse
 
pranjalagnihot8 profile image
Pranjal Agnihotri {..❤️}

Got to know about this few days back, its really cool