Skip to content

Instantly share code, notes, and snippets.

@AndrewBuntsev
Created May 10, 2020 22:03
Show Gist options
  • Save AndrewBuntsev/6857b78082d247f4bf8f7a27b44e4e28 to your computer and use it in GitHub Desktop.
Save AndrewBuntsev/6857b78082d247f4bf8f7a27b44e4e28 to your computer and use it in GitHub Desktop.
d.sort(function(a, b){
return a.value - b.value;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment