Skip to content

Instantly share code, notes, and snippets.

@lelouchB
Last active July 21, 2019 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lelouchB/337395c34b26b53a68511bec0a2f2737 to your computer and use it in GitHub Desktop.
Save lelouchB/337395c34b26b53a68511bec0a2f2737 to your computer and use it in GitHub Desktop.
let greekLetter = ['beta','alpha','delta','gamma'];
console.log(greekLetter.sort()) // [ 'alpha', 'beta', 'delta', 'gamma' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment