console.groupCollapsed()
Term side of the Card
Topic: Output Information
Unit title: console.groupCollapsed()
Categories: Method
Explanation side of the Card
Explanation: The static browser API method that is similar to `console.group()`, but the group starts collapsed by default. It allows opening the group manually to see the contained messages.
Browser compatibility:
- The chrome browser supports this feature starting from version 6
- 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 5.1
Availability: