console.table()

Term side of the Card
Topic: Output Information
Unit title: console.table()
Categories: Method
Explanation side of the Card

Explanation: The static browser API method that displays data in a table format within the console. It's useful for visualizing arrays or objects in a structured way.

Browser compatibility:
  • The chrome browser supports this feature starting from version 27
  • The edge browser supports this feature starting from version 13
  • The firefox browser supports this feature starting from version 34
  • The safari browser supports this feature starting from version 7
Availability: