Skip to content

Instantly share code, notes, and snippets.

@pratyushcrd
Created April 8, 2019 20:50
Show Gist options
  • Save pratyushcrd/4f08faf22e136178497de19cd5c08f62 to your computer and use it in GitHub Desktop.
Save pratyushcrd/4f08faf22e136178497de19cd5c08f62 to your computer and use it in GitHub Desktop.
function showFavouriteArticles () {
getUser()
.then(user => getFavouriteArticles(user))
.then(articles => showArticles(articles))
.catch(err => notifyError(err))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment