Skip to content

Instantly share code, notes, and snippets.

@scpike
Last active October 17, 2015 22:34
Show Gist options
  • Save scpike/77f1c362b82750b53559 to your computer and use it in GitHub Desktop.
Save scpike/77f1c362b82750b53559 to your computer and use it in GitHub Desktop.
Sorts the lines in your input.
(function(x) {
return x.split("\n").sort().join("\n");
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment