Skip to content

Instantly share code, notes, and snippets.

@lauborges
Created July 19, 2014 12:48
Show Gist options
  • Save lauborges/a1f7555295e966c148c4 to your computer and use it in GitHub Desktop.
Save lauborges/a1f7555295e966c148c4 to your computer and use it in GitHub Desktop.
javascript random boolean
Math.random() >= 0.5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment