switch (athleteFinalPosition) {
case “first place”:
console.log(“You get the gold medal!”);
break;
case “second place”:
console.log(“You get the silver medal!”);
break;
case “third place”:
console.log(“You get the bronze medal!”);
break;
default:
console.log(“No medal awarded.”);
break;
}
Maybe because you did not meet the instructions. I can’t see them because I don’t have a PRP account. What are the instructions where you get the the red x?
Ok, that’s what you did. The validation is sometimes tricky: Maybe there is an error from a former instruction which has passed before while it shouldn’t have. Or it is simply a space more or less.