console.group()

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

Explanation: The static browser API method that creates a new group in the console, allowing related messages to be grouped together. It helps organize console output, especially when dealing with complex or nested operations.

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 9
  • The safari browser supports this feature starting from version 4
Availability: