Firefox Tomorrow

web api static method

console: groupEnd() static method

View on MDN ↗

Available in workers

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

Syntax

console.groupEnd()

Parameters

None.

Return value

None (undefined).

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also