Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created October 2, 2012 16:39
Show Gist options
  • Save snowman-repos/3820849 to your computer and use it in GitHub Desktop.
Save snowman-repos/3820849 to your computer and use it in GitHub Desktop.
JavaScript: Shuffle Array
yourArray.sort(function() { return 0.5 - Math.random() });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment