Promises/A+ implementation which works in both browser and node.
npm install
npm run test
- Implement Promise conformed to Promises/A+ specification.
- Pass Promises/A+ Compliance Test Suite.
- Add test for
Promise.all()
- Add test for
Promise.race()
- Add test for
Promise.prototype.finally()