This is the fourth and last issue of the series about using DevTools. After reading this, you will have all the tools needed to successfully work with JavaScript. Well, all apart from one. The most important one - the experience. Because I can’t give you that. But...
DevTools
DevTools #3 – Debugging client-side JavaScript
In the last two issues of this course, we covered the browser’s Elements, Console and Network tabs, and then different ways to set breakpoints. In this issue, we finally get to what to do when our browser hits the breakpoint. This is a massive help for understanding...
Devtools #2 – Types of breakpoints and 11 ways to set them
I will also cover debugging in DevTools but that’s too much for a single article so I’m splitting it a bit. The first thing you need for debugging is to set up a breakpoint. You can do it in various ways and in this issue, I will show you all I know which is X. I’ll...
DevTools #1 – Elements, Console and Network tabs
Browser Devtools is an amazingly powerful set of tools that can help you massively with finding client-side bugs and even make finding some server-side bugs easier. However, using devtools isn’t easy. Especially since there are tons of functionalities for developers...