Skip to content

Instantly share code, notes, and snippets.

@tonY1883
Created August 16, 2017 03:43
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 tonY1883/ff716a2dc9b29db88e296c19c062a8f2 to your computer and use it in GitHub Desktop.
Save tonY1883/ff716a2dc9b29db88e296c19c062a8f2 to your computer and use it in GitHub Desktop.
function randomItemFromArray(array){
return array[Math.floor(Math.random()*array.length)];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment