#JS array map coming back undefined.
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
scores.user and scores.score are undefined. What you need to determine is why
It looks like you have an array with an array
Not array with with each being an object
[{ score: 1, ..}]
, ...
]```
@ember ether did you get this resolved?
I think the OP did, seeing as they've deleted the original message.