Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 417 Bytes

pretty-print-tabular-data.md

File metadata and controls

9 lines (7 loc) · 417 Bytes

Pretty Print Tabular Data

Looking at a bunch of data in the Chrome dev tools console isn't great. It can be a bit difficult to read because of the way it is displayed. Fortunately, the Chrome dev tools come with a handy way of displaying tabular data, console.table(). If you give console.table an array of objects or array of arrays, it will format it in a table like so: