Learn Modern JavaScript Methods by Building Football Team Cards - Step 9

Tell us what’s happening:

headCoach: {
coachName: “Carlos Bilardo”,
matches: 7
},
players:
};

it still did not go though, not correct.

Your code so far

<!-- file: index.html -->

/* file: styles.css */

/* file: script.js */
// User Editable Region

 headCoach: {
    coachName: "Carlos Bilardo",
    matches: 7
  },
  players: [] // Corrected: no trailing comma here
};

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36

Challenge Information:

Learn Modern JavaScript Methods by Building Football Team Cards - Step 9

Hi there!

Your code works on my end. Reset the challenge step, clear browser cache or change the browser and try again.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.