Console.groupEnd()

Exits the current inline group in the Web Console. See Using groups in the console in the console documentation for details and examples.

Note: This feature is available in Web Workers.

Syntax

console.groupEnd();

Parameters

None.

Specifications

Specification Status Comment
Console API
The definition of 'console.groupEnd()' in that specification.
Living Standard Initial definition

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
groupEndChrome Full support 1Edge Full support 12Firefox Full support 9IE Full support 11Opera Full support YesSafari Full support 4WebView Android Full support 37Chrome Android Full support 18Firefox Android Full support 9Opera Android ? Safari iOS ? Samsung Internet Android Full support 1.0

Legend

Full support
Full support
Compatibility unknown
Compatibility unknown

See also