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

Tell us what’s happening:

I am stucked here. I dont understand this particular instruction

Your code so far

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

/* file: styles.css */

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

 switch 
   case "e.target.value"



// User Editable Region

Your browser information:

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

Challenge Information:

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

you should have already met the switch statement in a previous project, but if you don’t remember you can research about it, and then add it to this step

putting e.target.value in quotes like this prevents the js engine from reading the value in the variable e.target.value