My First NPM Module - Easily Convert Callbacks to Promises
Promises are coming in ES6. Think of a Promise as an object that represents a value that will be given to you eventually. You call your function and it returns a Promise, and you execute the .then method on the Promise,