#1002·debug

console.group and groupCollapsed

Author: jamestalmageCreated Jul 30, 2025Updated Jul 30, 2025

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.