Skip to content

Instantly share code, notes, and snippets.

@gotoark
Created January 30, 2017 05:24
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 gotoark/bd34f3dcfd366411b54bba78da9f3a0c to your computer and use it in GitHub Desktop.
Save gotoark/bd34f3dcfd366411b54bba78da9f3a0c to your computer and use it in GitHub Desktop.
var randomNumber = Math.floor(Math.random() * 100) + 1;
//Generate a random number between 1 and 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment