Roman Veselý Software Engineer from Slovakia. Somewhere between trees and bytes of code.

Log #0020

You can push your console.log()-driven development to a more advanced level with console.group() method. It creates a new inline group, indenting all following output. To move back, use console.groupEnd(). Check this article about advanced logging.