You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found console.group handy a few times (even moreso console.groupCollapsed). The ability to log all the details of (for example) an event that is going to fire numerous times, but only expand the details on the specific event I care about helps keep the logs less cluttered.