The woods are lovely, dark and deep. But I have promises to keep, and miles to go before I sleep. — Robert Frost Promises are one of the most exciting additions to JavaScript ES6. For supporting asynchronous programming, JavaScript uses callbacks, among other things. However, callbacks suffer from problems like Callback Hell/Pyramid of Doom. Promises are a pattern that greatly simplifies asynchron
