Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save wolframkriesing/0a1c5dc2ceac5074902d to your computer and use it in GitHub Desktop.

Select an option

Save wolframkriesing/0a1c5dc2ceac5074902d to your computer and use it in GitHub Desktop.
switch(points) {
case 0: return 'Love';
case 1: return 'Fifteen';
case 2: return 'Thirty';
case 3: return 'Forty';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment