Back to Content

console: groupEnd() static method

files/en-us/web/api/console/groupend_static/index.md

latest1.0 KB
Original Source

{{APIRef("Console API")}} {{AvailableInWorkers}}

The console.groupEnd() static method exits the current inline group in the console. See Using groups in the console in the {{domxref("console")}} documentation for details and examples.

Syntax

js-nolint
console.groupEnd()

Parameters

None.

Return value

None ({{jsxref("undefined")}}).

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also