Skip to content

Instantly share code, notes, and snippets.

@ivantsov
Last active October 11, 2017 20:43
Show Gist options
  • Save ivantsov/240a0906885a082fedc2cde784e36073 to your computer and use it in GitHub Desktop.
Save ivantsov/240a0906885a082fedc2cde784e36073 to your computer and use it in GitHub Desktop.
foo()
.then(bar())
.then(function(res) {
console.log('inside then 2: ' + res);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment