Direct link to the article How to stop using console.log() and start using your browser’s debugger

How to stop using console.log() and start using your browser’s debugger

Direct Link

Whenever I see someone really effectively debug JavaScript in the browser, they use the DevTools tooling to do it. Setting breakpoints and hopping over them and such. That, as opposed to sprinkling console.log() (and friends) statements all around your …

Avatar of Chris Coyier
Shared by Chris Coyier on

Debugging Tips and Tricks

Writing code is only one small piece of being a developer. In order to be efficient and capable at our jobs, we must also excel at debugging. When I dedicate some time to learning new debugging skills, I often find …

Avatar of Sarah Drasner
Sarah Drasner on (Updated on )