Created
June 5, 2021 15:00
-
-
Save manzaloros/cf7b136484c3ae19bebae5c8220b27bc to your computer and use it in GitHub Desktop.
Array sort
This file contains 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
array.sort((a,b) => a < b ? -1 : 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment