Skip to content

Instantly share code, notes, and snippets.

@fiveminuteargument
Forked from remy/gist:333954
Created March 17, 2010 11:00
Show Gist options
  • Save fiveminuteargument/335117 to your computer and use it in GitHub Desktop.
Save fiveminuteargument/335117 to your computer and use it in GitHub Desktop.
Pure JS fork enabling script embedding (if you're crazy!)
function shuffle(array) { return array.sort(function(){ return .5 - Math.random(); }); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment