console: groupEnd() statische Methode

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Hinweis: Dieses Feature ist verfügbar in Web Workers.

Die statische Methode console.groupEnd() beendet die aktuelle Inline-Gruppe in der Konsole. Einzelheiten und Beispiele finden Sie unter Verwenden von Gruppen in der Konsole in der console Dokumentation.

Syntax

js
console.groupEnd()

Parameter

Keine.

Rückgabewert

Keiner (undefined).

Spezifikationen

Specification
Console Standard
# groupend

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch