Replace the two assignments with an equivalent destructuring assignment. It should still assign the variables lowToday and highToday the values of today.low and today.high from the LOCAL_FORECAST object.
This is what happens if you just blindly copy the hint solution code. It is (was) missing the initial object that the values are pulled from. I updated the solution.
I donāt really understand why you would just blindly copy the solution code. The fact that you do not understand where the data is coming from is a big problem. Understanding the destructuring syntax doesnāt help much if you do not understand where the destructured data is coming from.