DEV Community

Discussion on: A real-life example of making a custom Promise in JavaScript/TypeSctipt

Collapse
 
bherbruck profile image
bherbruck

Also, in nodejs, if you want to make some old callback-based functions into promises, just import promisify from util and bam!