Skip to content

Instantly share code, notes, and snippets.

@RafeHatfield
Created May 18, 2013 05:51
Show Gist options
  • Save RafeHatfield/5603386 to your computer and use it in GitHub Desktop.
Save RafeHatfield/5603386 to your computer and use it in GitHub Desktop.
quick js randomizer
if (Math.floor(Math.random()*2) == 1) {
alert('foo')
} else {
alert('bar')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment