Momentum logo
Team 5 Classroom

JS Debugging and Error Handling

Posted on Sep 29th, 2020

Today’s topics

  • What’s a bug?
  • Debugging tools and techniques
  • Errors and exceptions
  • Handling errors with try…catch

Project

Single-page notes app, continued

Technical Presentations this Thursday at 2:00 pm - 4:00 pm

Read more about the requirements for technical presentations.

Our class will present, followed by presentations by Team Three (finishing Phase 3) and Team Four (finishing Phase 3). Plan to stay after our presentations are over so that you can watch the presentations from the other teams.

🔖 Resources

⭐️ EXTRA/TMI

There’s a an awesome article about stacks, which we encounter in a stack trace in our debugging adventures, in Vaidehi Joshi’s BaseCS blog series. It’s not necessary to read this to understand debugging, but if you want some more information about terminology and what’s really happening, it’s great!

Code and videos

Back to home