Skip to content

Instantly share code, notes, and snippets.

@syeo66
Last active April 24, 2019 19:38
Show Gist options
  • Save syeo66/ca3c22a19cd13a8ae1285724c6b9003b to your computer and use it in GitHub Desktop.
Save syeo66/ca3c22a19cd13a8ae1285724c6b9003b to your computer and use it in GitHub Desktop.
Normal Javascript sort() useage
const myArray = [0, 3, 6, 1, 2, 5, 4, 8, 7, 9];
const sortedArray = myArray.sort();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment