method Console.groupEndConsole.groupEnd(): voidExits the current inline group in the console ExamplesExample 1 console.group('Group'); console.log('Grouped message'); console.groupEnd(); Return Typevoid