Created
February 24, 2016 02:24
-
-
Save zmiftah/44eaeaf28c9c5f9c4a5e to your computer and use it in GitHub Desktop.
Random My Decision Making
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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