it’s a little bit hard to tell what’s wrong with your code because you only put a little bit of it there but considering that it is inside the player array you need to make an object inside the array and that is not and object and object starts with { and ends with } and another thing that I noticed you did is the myFavoriteFootballTeam.players = [ ], line it doesn’t bellong in the code so you can just delete it, I just noticed you have the end of the object but you don’t have the start of it so that would be all I see that you did wrong! good luck! hope I helped!
sure so this is just an example because if I put in the whole code it will get deleted:
Players: [
{
name: “_______”,
position: “________”,
number: ________,
isCaptain: _______,
nickname: _______,
everything that I put in the example is important because if you forget to add one single parantheses or comma the code will break so be aware of that aswell