News

Promises can better manage a sequence of operations if those have to be executed one after the other. The order is treated systematically and readable way without the confusion of nested callbacks.
It looks at first glance much like any existing JavaScript callback, but the code can be a lot flatter, avoiding lots of nested brackets that complicate debugging.