What is Promisification in JavaScript? A brief guide
Promisification is a long keyword for a simple transformation. It's the conversion of a function that accepts a callback to a function that returns a promise.
Such transformation are often required in real-life, as many function and libraries are ca...
rahulism.hashnode.dev2 min read