Skip to content

Instantly share code, notes, and snippets.

@diego3g
Created December 11, 2017 16:14
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 diego3g/c2a202befd43f1e1395cde6753aeee86 to your computer and use it in GitHub Desktop.
Save diego3g/c2a202befd43f1e1395cde6753aeee86 to your computer and use it in GitHub Desktop.
Promise.all([
api.get('/users/diego3g'),
api.get('/phones/diego3g'),
]).then([user, phones] => {
console.log(user);
console.log(phones);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment