Skip to content

Instantly share code, notes, and snippets.

@motsu0
Created January 29, 2020 14:42
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 motsu0/bb68acc8d09c4ac0ac2756259ef7985c to your computer and use it in GitHub Desktop.
Save motsu0/bb68acc8d09c4ac0ac2756259ef7985c to your computer and use it in GitHub Desktop.
generate ramdom bool (true or false)
const bool = Math.random()<0.5; //bool=true or bool=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment