Client-side web applications are complex and can be challenging to debug. They use a complex mixture of HTML, CSS and JavaScript. The client also stores data and communicates with the web server. This course, Debugging Client-Side Web Applications Using Chrome DevTools, will teach you how to use the powerful tools in Chrome to quickly diagnose and solve problems in client-side web applications. To ensure that your designs are properly implemented, you will first learn how to inspect and modify the site's structure and style. The browser console will allow you to log output and execute JavaScript. Finally, you can use it to troubleshoot issues. You'll also learn how to debug JavaScript code in your browser, and save the fixes to your development environment. This course will equip you with the knowledge and skills to debug modern client-side web apps confidently.