globalsconsoleconsole.group()Version: 3.37.0On this pageconsole.group() The console.group() method creates a new inline group in the console, until console.groupEnd() is called. Syntax group()group(label) Parameters label optional : Label for the group. Return value undefined.