Skip to content

Commit

Permalink
Update files/en-us/web/api/console/table_static/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
wbamberg and Josh-Cena authored Oct 26, 2024
1 parent 9d1168d commit 9651dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/console/table_static/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ console.table(data, columns)
Note that in Firefox, `console.table()` is limited to displaying 1000 rows, including the heading row.

- `columns` {{optional_inline}}
- : An array which can be used to restrict the columns shown in the table. It contains indices, if `data` is a table, or property names, if `data` is an object. The resulting table then includes only columns for items which match the given indices or names.
- : An array which can be used to restrict the columns shown in the table. It contains indices, if each entry of `data` is an array, or property names, if each entry of `data` is an object. The resulting table then includes only columns for items which match the given indices or names.

### Return value

Expand Down

0 comments on commit 9651dd2

Please sign in to comment.