console.table(...)

Try this in your browser's JavaScript console.

console.table([{a:1, b:11},{a:2, b:22}])


Comments

Popular posts from this blog

Notes on Javascript async and await

React-Redux: "Container Component" is Plumbing

Programming as a Cure for Burnout