At this point, we have seen a lot of different types of errors.
We have possibly created logic errors or syntax errors and now, we have just learned about the Error
object in JavaScript.
The goal of this studio is for us to develop strategies for debugging so that we can get rid of the bugs and get back to coding!
Think of a bug you have seen in your code. This could be the time you dropped a keyword when initializing a variable or misused a method.
Your TA will go over the pros and cons of different resources that can help you resolve the error. You will then go over a general strategy to start debugging your errors.
Your TA will go over this process with you and how it could help you debug more strategically. This process reflects what we have found works best for us and many students, however, as you grow as a programmer, you may find something works better for you. That is fine! Every programmer has their own process for debugging based off of their experiences and how their mind works.