Https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/adding-a-default-option-in-switch-statements

function switchOfStuff(val) {
var answer = “”;
// Only change code below this line

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

// Change this value to test
switchOfStuff(1);

PLS ANYBODY TELL ME HOW TO CHANGE THIS…(Note: it is a switch statement lesson i.e., Basic JavaScript: Adding a Default Option in Switch Statements)

Hey @sai143cool ,
Whenever you need help with any of the Freecodecamp challenges, use the “Ask For Help” button on your challenge page. It gives the link to the challenge as well as post the code properly here on forum.

1 Like

Thanks thats really helpful…

1 Like