@AdventureBear wrote:
This is working for me, however I can’t seem to grab just the ID with this syntax, I get an error ‘id is not defined’
return quizQuestion.answers.find((answer) => answer.correct === true)[id];
I can return the whole item, and deal with it outside this mapping routine, but would like to just grab the ID.