Relax Breath of Solution.

Just I wanted.. Do you?…

How to group console.logs – Advanced JavaScript Logging Using console.group()

You can group related log statements by surrounding them with the console.group() and console.groupEnd() functions: All log statements issued in between will be displayed as a group in the console view. Collapsing and Nesting Logging Groups Note that the groups created by console.group() are initially opened. If you’d rather have them collapsed by default, you […]