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

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
Chris Coyier on