Chrome Developer Tools

As a JavaScript developer I need tools that help me figure out what’s going on between my code and the browser. Thankfully, most major browsers today provide developer tools that do just that. With these tools you can see exactly how your code affects the browser. At runtime you can find errors in code you’ve …