Node.js - Promise
In this post we are going to explore Promise. Promises are, just like old callbacks, a way of dealing with things being asynchronous (when we don't know certainly in what order things will happen). But promises are more powerful and much more elegant