In defense of the humble `console.log`
There is some negative sentiment out there about using console.log for debugging. It's true that, in
many cases, the browser's debugger is more powerful. However, there are still scenarios where using
console.log can be very useful.
Recently I was de...
joeattardi.dev3 min read