groupEnd method

Ends the grouping started with a group or groupCollapsed method.

 

Syntax

console.groupEnd(groupTitle);

Parameters

  • groupTitle [in, optional]
    Type: DOMString

Return value

This method does not return a value.

See also

console

Using the F12 Tools Console to View Errors and Status