I like using console.group() and console.groupCollapsed() to structure my console outputs where possible to prevent clutter and to make finding things easier.Unfortunately, a collapsed group does not indicate whether there are any Errors or Warnings ...