# ES6 - Promises
# spec
Promises/A+ - promisesaplus.com
Releases on GitHub repo :
- 20121207 :
1.0.0
- 20130929 :
1.1.0
- 20140506 :
1.2.0
# impl
implementation list on the promisesaplus.com website
# articles
Promises for asynchronous programming - exploringjs.com/es6
Promises chaining - javascript.info
Promise error handling in-depth - 20170924
# online tools
Promise visualization playground for the adventurous
# questions
Do never resolved promises cause memory leak? - stackoverflow.com - 20160129