Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 611 Bytes

File metadata and controls

18 lines (12 loc) · 611 Bytes

logo_ironhack_blue 7

JS | Debugging, error handling and JS Hint

This repository holds a small exercise to practice debugging and error handling.

Learning Goals

After this lesson, you should be able to:

  • Understand what debugging is
  • Correctly use the console object
  • Pause the execution and inspect the code using breakpoints
  • Access and inspect variables during the execution time
  • Identify the most common errors in JavaScript
  • Handle errors using the try catch block

Good luck!