Created
May 21, 2017 20:15
-
-
Save anton-huz/5d44a2022d7f6bbd550e50ededca5037 to your computer and use it in GitHub Desktop.
sorter.js
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
| 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