Get Started with Debugging JavaScript in Chrome DevTools

Avatar of Robin Rendle
Robin Rendle on

Kayce Basques wrote an excellent interactive tutorial that explores how to debug JavaScript with DevTools. Kayce looks into a number of techniques and options that I was completely unaware of and, as he notes in the beginning of the tutorial, if you’re still using console.log to find bugs in your code (like me) then this article is written just for you (also me).

Direct Link →