JavaScript Debugging

In this video, you'll how to debug JavaScript code in the browser. We'll be using Chrome for debugging but you can use other browsers for similar use cases as well. We'll go through the different debugging options like Step Into, Step Over, Step Out, Break Points, Log Points, Conditional Breakpoints and some other concepts as well.