Console groups are helpful for bug fixing when developing large web applications with lots of console debug statements, however it becomes very easy to overlook a bug when the console error statement is hidden in a closed group. Thus I propose to ei...