Skip to content

Instantly share code, notes, and snippets.

@martinratinaud
Last active March 31, 2021 09:44
Show Gist options
  • Save martinratinaud/aa6a05318f24e97738c8ed50111f71b5 to your computer and use it in GitHub Desktop.
Save martinratinaud/aa6a05318f24e97738c8ed50111f71b5 to your computer and use it in GitHub Desktop.
One liners javascript typesccript
// shuffle an array
const shuffle = (array: any[]) => array.sort(() => 0.5 - Math.random());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment