Skip to content

Instantly share code, notes, and snippets.

@andrewbonnington
Created October 13, 2016 18:25
Show Gist options
  • Select an option

  • Save andrewbonnington/0283bd7719086722df64d51427eb778e to your computer and use it in GitHub Desktop.

Select an option

Save andrewbonnington/0283bd7719086722df64d51427eb778e to your computer and use it in GitHub Desktop.
function getRandomElement(arr) {
return arr[Math.floor(Math.random() * arr.length)];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment