Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 282 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 282 Bytes

Debugging

Debugging is the process of going through your code, finding any issues, and fixing them. In this course, you'll learn how to use the JavaScript console to debug programs and prevent common issues before they happen, like syntax error, runtime error, an logical errors.