Skip to content

Instantly share code, notes, and snippets.

@zechdc
Last active August 9, 2017 17:57
Show Gist options
  • Save zechdc/83d04889915084a3808b434d7ba871d8 to your computer and use it in GitHub Desktop.
Save zechdc/83d04889915084a3808b434d7ba871d8 to your computer and use it in GitHub Desktop.
function shuffle(deck){
randomNumber(0, 100);
};
function randomNumber(min, max){
//do stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment