Promises are great to work with! Or so does your fellow developer at work says. This article would give you to the point no bullshit tips on how to improve your relationship with the Promises. 1. You can return a Promise inside a .then Let me make the most important tip standout Yes! you can return a Promise inside a .then Also, the returned promise is automatically unwrapped in the next .then .th