console.dir()

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

Explanation: The static browser API method that displays an interactive list of the properties of a JavaScript object. It's useful for exploring the structure of objects in detail.

Browser compatibility:
  • The chrome browser supports this feature starting from version 2
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 8
  • The safari browser supports this feature starting from version 4
Availability: