Tell us what’s happening:
I have assumed that the destructuring assignment should be done as the previous, where it is added as a const
there are no other help forum posts on this so it would be nice to start a new chain im proposing
Your code so far
<!-- file: index.html -->
/* file: script.js */
// User Editable Region
const { sport, team } = myFavoriteFootballTeam;
const { year, players };
// User Editable Region
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Challenge Information:
Learn Modern JavaScript Methods by Building Football Team Cards - Step 16