console: groupEnd() static method
BaselineWidely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Note: This feature is available inWeb Workers.
Theconsole.groupEnd()
static method exits the current inline group in the console. SeeUsing groups in the console in theconsole
documentation for details and examples.
Syntax
js
console.groupEnd()
Parameters
None.
Return value
None (undefined
).
Specifications
Specification |
---|
Console # groupend |