Skip to content

Instantly share code, notes, and snippets.

@Graniron
Created April 21, 2022 08:46
Show Gist options
  • Save Graniron/81d33b239d12ab39fc696996e0af9566 to your computer and use it in GitHub Desktop.
Save Graniron/81d33b239d12ab39fc696996e0af9566 to your computer and use it in GitHub Desktop.
const randomElement = (arr) => 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