~HELP~ PLEASE~Destructuring assignment to assign variables from objects~HELP~ PLEASE~

I am having an issue with this I can get the first answer easily but no matter what I try it won’t fulfill the second parameter of the challenge, any advice? also, this is the line of code I changed it to

const {tomorrow:tempOfTomorrow} = AVG_TEMPERATURES; // change this line

I did try a lot of variations for making today work in case that was the problem but I’m truly not sure anymore
thank you for your time in advance

You are using the argument which is not in the function,You can change the AVG_TEMPERATURE to lower case which is used in the function.

1 Like

thank you, i sometimes take the examples to literally and shoot myself in the foot

More explanation: There is a difference between an argument and a parameter.