Skip to content

Instantly share code, notes, and snippets.

@creotip
Created June 25, 2021 11:11
Show Gist options
  • Save creotip/7a9fbe0ae9db8167a2231d665016b3e5 to your computer and use it in GitHub Desktop.
Save creotip/7a9fbe0ae9db8167a2231d665016b3e5 to your computer and use it in GitHub Desktop.
Javascript shuffle array
const shuffle = arr => arr.sort(() => 0.5 - Math.random())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment