Консольная группа

console.group('Parent');
	console.log('child1');
	console.log('child2');
console.groupEnd();
shahul