Skip to content

Instantly share code, notes, and snippets.

@r17x
Last active February 21, 2018 02:05
Show Gist options
  • Save r17x/0213f4d13ec0a6ce668fcc0b0bee9bf8 to your computer and use it in GitHub Desktop.
Save r17x/0213f4d13ec0a6ce668fcc0b0bee9bf8 to your computer and use it in GitHub Desktop.
ArraySortJavascript.js
Array.prototype.sorted = true;
Array.prototype.sortBy = function(p) {
// this = [] = Array || global array
this.sorted = ! this.sorted;
return ! this.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment