Skip to content

Instantly share code, notes, and snippets.

@hughfdjackson
Created March 6, 2013 10:30
Show Gist options
  • Select an option

  • Save hughfdjackson/5098396 to your computer and use it in GitHub Desktop.

Select an option

Save hughfdjackson/5098396 to your computer and use it in GitHub Desktop.
var jumble = function(arr){
return arr.slice().sort(function(){ return Math.random() > 0.5 });
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment