Skip to content

Instantly share code, notes, and snippets.

@krzysztofczernek
Last active October 4, 2018 17:18
Show Gist options
  • Save krzysztofczernek/38698301096502c1bb32d36d381ee391 to your computer and use it in GitHub Desktop.
Save krzysztofczernek/38698301096502c1bb32d36d381ee391 to your computer and use it in GitHub Desktop.
function coin () {
return Math.random() < 0.5 ? 'heads' : 'tails'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment