const a = {No exemplo acima, a variável
início: {x: 5, y: 6},
end: {x: 6, y: -9}
};
const {início: {x: startX, y: startY}} = a;
console.log (startX, startY); // 5, 6
start recebe o valor de a.start , que também é um objeto. max de forecast.tomorrow e atribuí-lo a maxOfTomorrow . maxOfTomorrow é igual a 84.6
testString: 'assert(getMaxOfTmrw(LOCAL_FORECAST) === 84.6, "maxOfTomorrow equals 84.6");'
- text: desestruturação aninhada foi usada
testString: 'getUserInput => assert(getUserInput("index").match(/\{\s*tomorrow\s*:\s*\{\s*max\s*:\s*maxOfTomorrow\s*\}\s*\}\s*=\s*forecast/g),"nested destructuring was used");'
```