Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CapsAdmin/0d488c5fc8288d23c4d5d92593330ba7 to your computer and use it in GitHub Desktop.
Save CapsAdmin/0d488c5fc8288d23c4d5d92593330ba7 to your computer and use it in GitHub Desktop.
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