Created
June 4, 2018 11:18
-
-
Save CapsAdmin/0d488c5fc8288d23c4d5d92593330ba7 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
let a = [500, | |
248, | |
248, | |
248, | |
500, | |
248, | |
500, | |
248, | |
248, | |
248, | |
248, | |
500, | |
500, | |
500, | |
248,] | |
a.sort(function(a,b) {return a < b}) | |
console.log(JSON.stringify(a, null, 2)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment