A basic implementation of JavaScript Promises. Implemented with reference to:
require('./lib/myPromise')
require('./lib/myPromiseMethods')
Do keep in mind to require
the core MyPromise
as well.
new MyPromise(function (resolve, reject) {})
- then()
- catch()
- MyPromise.all()
- MyPromise.resolve()
- MyPromise.reject()
Yes, it supports chaining.
Issue Format:
Issue: Give a one line description of the issue.
Description: Exlain the issue over here, try to keep it to the point.
Sample Code: Source Code link in which you found the issue.
File an issue at Issues May the source be with you.
Send a PR at Pull Requests Happy Coding! The force is strong in you.