I don't understand what i have to do to solve this exercise

I do not know what to do to solve this exercise

  **Your code so far**
function switchOfStuff(val) {
let answer = "";
// Only change code below this line
switch(val) {
case "a";

}


// Only change code above this line
return answer;
}

switchOfStuff(1);
  **Your browser information:**

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

Challenge: Adding a Default Option in Switch Statements

Link to the challenge:

Hey @chr1s2005ap14, do you have a specific question? If so make sure to add it to the description of your post to make it clearer.

Remember that the more details you provide the higher the chances to get meaningful help

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.