Skip to content

Instantly share code, notes, and snippets.

@carbide-public
Created June 20, 2017 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carbide-public/b149bcd03c9389c8842187090512368c to your computer and use it in GitHub Desktop.
Save carbide-public/b149bcd03c9389c8842187090512368c to your computer and use it in GitHub Desktop.
untitled
let funFacts = [
'0','1','2','3','4','5','6'
]
Math.floor(Math.random() * funFacts.length)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment