Created
February 14, 2015 06:10
-
-
Save AyaMorisawa/83cd89ec4c64885e0270 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
usersA = [ id: 4872, name: 'alice' ] | |
usersB = [ id: 2849, name: 'bob' ] | |
users = (usersA ++ usersB) |> sort-by (.id) | |
console.log users |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment