Skip to content

Instantly share code, notes, and snippets.

@MauricioRobayo
Last active May 20, 2021 15:39
Show Gist options
  • Save MauricioRobayo/b609ca1b037046aa448a61027304e24d to your computer and use it in GitHub Desktop.
Save MauricioRobayo/b609ca1b037046aa448a61027304e24d to your computer and use it in GitHub Desktop.
#gogofast
const randomArrayElement = (array) => 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