Skip to content

Instantly share code, notes, and snippets.

@jordic
Last active December 14, 2016 06:08
Show Gist options
  • Save jordic/08918b592a9f3a1d92f06bfaebe9d9df to your computer and use it in GitHub Desktop.
Save jordic/08918b592a9f3a1d92f06bfaebe9d9df to your computer and use it in GitHub Desktop.
let resolve = (num) => console.log('Promise resolved ', num);
fakePromise(2000, 1).then(resolve);
fakePromise(1000, 2).then(resolve);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment