Skip to content

Instantly share code, notes, and snippets.

@pionize

pionize/.js Secret

Created April 27, 2017 08:34
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 pionize/42976ce65d311353deda25f3665590e7 to your computer and use it in GitHub Desktop.
Save pionize/42976ce65d311353deda25f3665590e7 to your computer and use it in GitHub Desktop.
Promise.resolve('foo').then(Promise.resolve('bar')).then(function (result) {
console.log(result);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment