Skip to content

Instantly share code, notes, and snippets.

@zmiftah
Created February 24, 2016 02:24
Show Gist options
  • Save zmiftah/44eaeaf28c9c5f9c4a5e to your computer and use it in GitHub Desktop.
Save zmiftah/44eaeaf28c9c5f9c4a5e to your computer and use it in GitHub Desktop.
Random My Decision Making
/* Write in Console, your choice */
["Choice 1", "Choice 2", "Choice 3"][Math.round(Math.random())]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment