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

Callback, Promise, Observable, and Doughnuts

Learn grid and grid-template-areas FIRST!!!

The Day TDD Started Working for Me