Writing code is hard enough, and having to debug any problems that occur in your code just makes it even harder. Debugging is also much less enjoyable than writing code. That is why in this video I will show you some tips, tricks, and tactics on how you can debug code to make your debugging process quicker, easier, and more enjoyable. This will give you more time to focus on the fun part of coding.


🧠 Concepts Covered:

- How to identify and solve syntax errors
- The best ways to use console.log to quickly debug small problems
- How to account for bugs that are not errors
- How to use debugger tools in Chrome
- The best ways to solve the most common debugging errors


Find Me Here:

Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


#Debugging #WDS #Debug