#JS array map coming back undefined.

1 messages · Page 1 of 1 (latest)

ember ether
#

scores.user and scores.score are undefined. What you need to determine is why

fluid crescent
#

It looks like you have an array with an array

#

Not array with with each being an object

#
    [{ score: 1, ..}]
    , ...
]```
glacial cobalt
#

@ember ether did you get this resolved?

ember ether
#

I think the OP did, seeing as they've deleted the original message.