Build a Weather App - Build a Weather App

[TypeError: Cannot read properties of undefined (reading ‘temp’)]

You have an error displaying in the console.

Here are some basic troubleshooting steps you can follow. Focus on one test at a time:

  • What is the requirement for the first failing test?
  • Double check the related User Story and ensure it’s followed precisely.
  • What line of code is involved?
  • What is the result of the code and does it match the requirement? You can write the value of a variable to the console at that point in the code to check if needed.
  • Is there any other output or messages in the console to follow up on?

If this does not help you solve the problem, please reply with answers to these questions.