console.table
Support for the console.table command has landed
A new change in Chrome Canary adds support for the console.table command which you may have seen in Firebug previously.
Example
console.table([{name:'Gaurav', email: 'name@email.com'}, {name:'Max', email: 'name@email.net'}])
Written by Gaurav Jassal
Related protips
4 Responses
Like it. You're missing the closing single quotes in your example, after 'name@email.com
over 1 year ago
·
console.table([{name:'Gaurav', email: 'name@email.com'}, {name:'Max', email: 'name@email.net'}])
For anybody who wants the correct copy ^
over 1 year ago
·
@martinczerwi Thanks Fixed
over 1 year ago
·
that's handy. I used to struggle monitoring my returned json data in the console but this makes it a lot easier! thanks
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#