Look, I'll be honest with you. For the first three years of my career as a JavaScript developer, I thought I knew the console API. I mean, how hard could it be, right? You've got console.log(), maybe console.error() when things go wrong, and if you're feeling fancy, console.warn(). That's it. That's the whole toolkit.

Then one day, while pair...