Skip to content

Commit f6dfc2d

Browse files
committed
Promises -- more links
1 parent fce4317 commit f6dfc2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎2-promises.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
/**
22
* ES6 Promises
33
*
4-
* @Reference: https://ponyfoo.com/articles/es6-promises-in-depth
4+
* @Reference:
5+
* https://ponyfoo.com/articles/es6-promises-in-depth
6+
* http://www.2ality.com/2014/10/es6-promises-api.html
7+
* http://www.mattgreer.org/articles/promises-in-wicked-detail/
8+
* http://pouchdb.com/2015/05/18/we-have-a-problem-with-promises.html
59
*/
610

711
/**

0 commit comments

Comments
 (0)