RE: NodeJS - Callbacks, Promises, or Async/Await?

You are viewing a single comment's thread from:

NodeJS - Callbacks, Promises, or Async/Await?

in nodejs •  7 years ago 

I also have never been able to like promises. I do thinking using bind() to flatten out and shorten long async methods is very helpful.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Can you post an example of what you mean?