Step 9 Below the headCoach property, create a new property with a key named players with the value of an empty array.
ng Football Team Cards
Step 9
Below the headCoach property, create a new property with a key named players with the value of an empty array.
const myFavoriteFootballTeam = {
team: “Argentina”,
sport: “Football”,
year: 1986,
isWorldCupWinner: true,
headCoach: {
coachName: “Carlos Bilardo”,
matches: 7
},
const myFavoriteFootballTeam = {
players:
}
it still shows not correct.
headCoach: {
coachName: “Carlos Bilardo”,
matches: 7
},
const myFavoriteFootballTeam = {
players:
};
it still shows uncorrect.