implementation of promises in js
You can use the tool much better if you know how it works. Because of this, I decided to write a custom implementation of promise. Promise is the most frequently used feature in javascript (i think so)
Also, part of tests are being run with native promise implementation. See here
To install deps:
yarn install
Run tests:
yarn test