Skip to content

Instantly share code, notes, and snippets.

@kellegous
Created February 27, 2016 23:40
Show Gist options
  • Save kellegous/d58722d2c326dd623a8c to your computer and use it in GitHub Desktop.
Save kellegous/d58722d2c326dd623a8c to your computer and use it in GitHub Desktop.
switch (value) {
case 1:
return "one";
case 2:
return "two";
default:
return "other";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment