Tell us what’s happening:
Hello, for some reason as I am deconstructing the tommorow variable, it keeps stating that it is undefined.
Any insights appreciated. Thank you for your help!
DJ
Your code so far
const HIGH_TEMPERATURES = {
yesterday: 75,
today: 77,
tomorrow: 80
};
// Only change code below this line
const { today, tommorow } = HIGH_TEMPERATURES;
// Only change code above this line
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
.
Challenge: Use Destructuring Assignment to Extract Values from Objects
Link to the challenge: