Created
May 28, 2014 19:18
-
-
Save jennschiffer/73b9ab7b29217e49b401 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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