Skip to content

Instantly share code, notes, and snippets.

@bsa7
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsa7/7fadddd1f64094c41887 to your computer and use it in GitHub Desktop.
Save bsa7/7fadddd1f64094c41887 to your computer and use it in GitHub Desktop.
Coffescript array sort by function
f = (x) ->
y(x)
arr = arr.sort (a, b) ->
f(a) - f(b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment