mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Fix a typo
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Looking at a bunch of data in the Chrome dev tools console isn't great. It
|
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.
|
can be a bit difficult to read because of the way it is displayed.
|
||||||
Fortunately, the Chrome dev tools comes with a handy way of displaying
|
Fortunately, the Chrome dev tools come with a handy way of displaying
|
||||||
tabular data, `console.table()`. If you give `console.table` an array of
|
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 the following:
|
objects or array of arrays, it will format it in a table like the following:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user