Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created June 10, 2017 10:44
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/609b57c80d5abc3941a7fe98ef61cf49 to your computer and use it in GitHub Desktop.
Save codecademydev/609b57c80d5abc3941a7fe98ef61cf49 to your computer and use it in GitHub Desktop.
Codecademy export
var user = prompt("Who will be the MVP of game 5?").toUpperCase();
switch(finals) {
case 'SINGLETON':
console.log('Contract renewal discussions');
break;
case 'RIVERS':
console.log('Contract raise');
break;
case 'CALATHES':
console.log('Captain')
break;
default:
console.log("Champions")
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment