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

box-shadow

React/JSX: One way to store an HTML entity as data

React-Redux: "Container Component" is Plumbing