Skip to content

Instantly share code, notes, and snippets.

@anton-huz
Created May 21, 2017 20:15
Show Gist options
  • Select an option

  • Save anton-huz/5d44a2022d7f6bbd550e50ededca5037 to your computer and use it in GitHub Desktop.

Select an option

Save anton-huz/5d44a2022d7f6bbd550e50ededca5037 to your computer and use it in GitHub Desktop.
sorter.js
const byAge = guys => guys.sort( (Jonny, Tonny) => Jonny.age - Tonny.age );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment