/-ES6-Promise-demo

仿造ES6 Promise的一个demo

Primary LanguageJavaScript

这是一个实现了ES6 Promise对象的基本功能(回调执行函数resolve,reject和then()方法)的架子