Debugging is one of the foundational skills you will need as a developer.
After this 1 hour crash course, you will be able to:
- Use the Chrome Inspector to see how the browser is interpreting your HTML and CSS
- Test CSS properties right in the browser
- Understand common programming errors
- Step through your JavaScript code with the debugger in Chrome Inspector
The programming errors and debugging process are similar across all programming languages, so you’ll use this knowledge over and over again.