Easy Tutorial
❮ Jsref Debugger Jsref Regexp Nfollow Not ❯

HTML DOM console.groupEnd() Method

Console Object

Example

Use the console.groupEnd() method to end a group of messages:


Definition and Usage

The console.groupEnd() method is used to end a group label.

Note: Use the console.group() method to set the starting position of the group information.

Note: Use the console.groupCollapsed() method to set the collapsed group information.


Syntax

console.groupEnd()

Browser Support

The numbers in the table specify the first browser version that fully supports the method.

Method
console.groupEnd() Yes 11.0 4.0 4.0 Yes

Console Object

❮ Jsref Debugger Jsref Regexp Nfollow Not ❯