Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created September 22, 2016 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/b8d88e90b56ef7734412e7f6d714e0e9 to your computer and use it in GitHub Desktop.
Save codecademydev/b8d88e90b56ef7734412e7f6d714e0e9 to your computer and use it in GitHub Desktop.
Codecademy export
var getReview = function(movie) {
switch(getReview) {
case "Toy Story 2":
return "Great story.Mean prospector."
break;
case "Finding Nemo":
return "Cool animation, and funny turtles."
break;
case "The Lion King":
return "Great songs."
break;
default :
return "I don't know!"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment