Build Promise. Learn how JavaScript promises work by building one from scratch.

github.com/Brooooooklyn/Build-Promise

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

August 2016
  • fix(lint): resolve usless lint in test code
  • fix(deps): add tslint as devDeps
  • feat(test): add more tests for then and reject method
  • chore: add circle.yml
  • feat(test): add static methods tests
July 2016
  • feat(test): add promise onFulfilled onReject test
  • doc: update readme
  • Hello Typescript