Skip to content

Instantly share code, notes, and snippets.

@mrspeaker
Created May 1, 2015 21:03
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 mrspeaker/518e0ec866e807b30b06 to your computer and use it in GitHub Desktop.
Save mrspeaker/518e0ec866e807b30b06 to your computer and use it in GitHub Desktop.
AwesomeSort
[10, 2, 1, 4, 5, 33].forEach(n => setTimeout(() => console.log(n), n));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment