For JavaScript promises, you have to do the following things:
- Watch the video - "Redemption From Callback Hell" - https://www.youtube.com/watch?v=hf1T_AONQJU
- Read this article - "You are missing the point of Promises" - http://domenic.me/2012/10/14/youre-missing-the-point-of-promises/
- Play around with Q - https://github.com/kriskowal/q
- Read the Promises/A+ specification - https://github.com/promises-aplus/promises-spec
And you will become a Promise-king!