Tell us what’s happening:
Hello, I’ve been trying to find out why this is not correct but can’t seem to figure it out.
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
playerCards.innerHTML += arr.map(() => {
});
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0
Challenge Information:
Learn Modern JavaScript Methods by Building Football Team Cards - Step 23