Why it is showing error as remove ES5 assignment index.?

Tell us what’s happening:

Why it is showing error as remove ES5 assignment index.?

Your code so far


const HIGH_TEMPERATURES = {
yesterday: 75,
today: 77,
tomorrow: 80
};

// Only change code below this line

const { today: highToday, tomorrow: highTomorrow } = HIGH_TEMPERATURES;

// const highToday = HIGH_TEMPERATURES.today;
// const highTomorrow = HIGH_TEMPERATURES.tomorrow; 

// Only change code above this line

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36.

Challenge: Use Destructuring Assignment to Assign Variables from Objects

Link to the challenge:

Hey there,

nice to meet you! :wave:

The tasks asks for removing.
You are commenting out.

Hi,

Thank you so much Michael.
Yes i removed those comments and it worked.

Nice to meet you too.
Its a nice gesture. I hope we can interact more in future.
I am sharing my number so that we can chat more through whatsApp.
Hope to hear from you soon. I hope you would guide me through.

Manish Kumar