mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Update pretty-print-tabular-data.md
This commit is contained in:
@@ -7,3 +7,7 @@ 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:
|
||||
|
||||

|
||||
|
||||
```js
|
||||
console.table([{one: 1, two: 2, three: 3}])
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user