Skip to content

Files

Latest commit

 

History

History
28 lines (21 loc) · 2.4 KB

File metadata and controls

28 lines (21 loc) · 2.4 KB

Debugging

My solution proposals for the Debugging exercises.

freeCodeCamp module description:

"Debugging is the process of going through your code, finding any issues, and fixing them. Issues in code generally come in three forms: syntax errors that prevent your program from running, runtime errors where your code has unexpected behavior, or logical errors where your code doesn't do what you intended. In this course, you'll learn how to use the JavaScript console to debug programs and prevent common issues before they happen."

Exercises

⬅️ Back to main file


Disclaimer: This repository should not be viewed as a facilitator for these courses.
This is intended to highlight and memorize my journey through this certification.