JavaScript Promises

A promise is a special JavaScript object that links the producing code and the consuming code together.

Code :