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

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

box-shadow

Notes on Javascript async and await