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

Tell us what’s happening:

Hi I am having trouble getting my syntax to pass. Don’t know what I am doing wrong. Please help!

Your code so far

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

/* file: styles.css */

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


  playerCards.innerHTML += arr.map(
    ({ name, position, number, isCaptain, nickname }) => 
    { `<div class="player-card"></div>` }
  );


// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36

Challenge Information:

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

the instructions ask you to return, how are you doing that?