We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dec22 commit cade045Copy full SHA for cade045
chrome/pretty-print-tabular-data.md
@@ -4,6 +4,6 @@ Looking at a bunch of data in the Chrome dev tools console isn't great. It
4
can be a bit difficult to read because of the way it is displayed.
5
Fortunately, the Chrome dev tools come with a handy way of displaying
6
tabular data, `console.table()`. If you give `console.table` an array of
7
-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 so:
8
9

0 commit comments