Skip to content

Instantly share code, notes, and snippets.

@jennschiffer
Created May 28, 2014 19:18
Show Gist options
  • Select an option

  • Save jennschiffer/73b9ab7b29217e49b401 to your computer and use it in GitHub Desktop.

Select an option

Save jennschiffer/73b9ab7b29217e49b401 to your computer and use it in GitHub Desktop.
var jortSort=function(e){var t=e.slice(0);e.sort(function(e,t){return e-t});for(var n=0;n<t.length;++n){if(t[n]!==e[n])return false}return true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment