Skip to content

Instantly share code, notes, and snippets.

@ptrdom
Created August 9, 2018 09:30
Show Gist options
  • Save ptrdom/bc39706321c0bbf23362807aeaeb25f2 to your computer and use it in GitHub Desktop.
Save ptrdom/bc39706321c0bbf23362807aeaeb25f2 to your computer and use it in GitHub Desktop.
Elon Musk quote as JavaScript code
/**
* @author Elon Musk
*/
switch(person.choice) {
case 'PARTICIPATE':
it.bePartOf();
default:
it.watchHappen();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment