* The **`console.group()`** static method creates a new inline group in the Web console log, causing any subsequent console messages to be indented by an additional level, until console/groupEnd_static is called. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group_stat
(...data: any[])
| 172 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group_static) |
| 173 | */ |
| 174 | group(...data: any[]): void; |
| 175 | /** |
| 176 | * The **`console.groupCollapsed()`** static method creates a new inline group in the console. |
| 177 | * |
no outgoing calls