Build a Music Instrument Filter - Step 13

Tell us what’s happening:

I have tried different methods but i can´t complete step 13, i dont get whats the problem with my code?

Your code so far

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

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

selectContainer.addEventListener("change", () => {
  productsContainer.innerHTML = instrumentCards(selectContainer.value).join("");
});

// User Editable Region
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0

Challenge Information:

Build a Music Instrument Filter - Step 13

Hi there @Glunmy . The instructions aren’t asked for join() method. The tests are specific about the challenge instructions. Follow the instructions strictly.