Skip to content

Instantly share code, notes, and snippets.

@marcosrivasr
Created September 2, 2019 20:28
Show Gist options
  • Save marcosrivasr/0a25ba1b8fe07a53e6e2272d541b49e3 to your computer and use it in GitHub Desktop.
Save marcosrivasr/0a25ba1b8fe07a53e6e2272d541b49e3 to your computer and use it in GitHub Desktop.
p
.then(res =>{
console.log(res);
});
.catch(error =>{
console.error(error);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment