Better debugging with console.time and console.table
Just found out about a couple cool things you can do with the console in Webkit and Firefox:
console.table
Displays arrays of objects in the console as a table. Mind-blown.
console.time
Use console.time
and console.endTime
instead of manually managing storing times to easily track how long an operation takes.
Written by Cayley Humphries
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Filed Under
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#