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

Tell us what’s happening:

There is no help forum post for this, is there anything that is obviously missing…

Your code so far

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

/* file: styles.css */

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

    name: "Sergio Aliron"
    position: "forward"
    number: 1
    isCaptain: false
    nickname: null


// User Editable Region

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 10

Thats the example code that was given in the question

The question says inside the players array create a new object with those properties…

I believe we come to this forum to get further clarity, and we are here to explain to each other…

I thought what I said should’ve helped you.

I just explained JavaScript arrays. I always give indirect answers to everyone I answer in my post, check my profile

Have you completed the Javascript course?

the example code is not something to copy and paste, it’s a list of values that you need to add to an object.
We said a few hours ago what are the important symbols when you don’t write any key-value pairs, you don’t have those
then there is the other symbol needed to separate the key-value pairs, which you are also missing

hey @sbig8643 , please at least check the step… this is about objects not arrays

misleading questions like this can be extremely confusing for learners

1 Like