
8/9/2021
Reading time: 1 mins
Reading time: 1 mins
Google chrome debugger tool walkthrough
Debugging is important in programming. There are debugging tools available for different languages one can use to help debug their code.
Luckily if you are writing javascript to run in a browser, all major browser’s come with a built-in debugger tool.
I have created a youtube video where I walk through Google Chrome’s debugger tool.