Momentum logo
Team 3 Classroom

Wednesday Videos and Assignment

Posted on Jul 29th, 2020

Assignment

The link below is to a near-copy of the assignment you’ve been working on, but with some instructions for adding objects. It’s not really a “new” assignment, but crteating a new assignment seemed like a convenient way to provide the instructions (and a convenient way to provide you with a new working directory if you want to try a different approach). Link to assignment invitation

Videos

JS Debugging and Error Handling

Posted on Jul 28th, 2020

Today’s topics

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

Project

Debugging Parking Validation Form

For this assignment, there is no code to write and no repo to clone. Your assignment is to debug the weekend homework together in pairs and commit your debugged code. Please note in a commit message the name of the person who helped you debug!

⭐️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, slides, and video from class