globalsconsoleconsole.group()Version: 3.27.2On this pageconsole.group()The console.group() method creates a new inline group in the console, until console.groupEnd() is called.Syntaxgroup()group(label)Parameterslabel optional: Label for the group.Return valueundefined.