Skip to content

Instantly share code, notes, and snippets.

@readyyyk
Created September 30, 2023 17:23
Show Gist options
  • Save readyyyk/4471401cb6354b2b326d117481995782 to your computer and use it in GitHub Desktop.
Save readyyyk/4471401cb6354b2b326d117481995782 to your computer and use it in GitHub Desktop.
Shuffle JS
const shuffle=(s)=>s.split('').sort(_=>0.5-Math.random()).join('');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment