demo_promise icon indicating copy to clipboard operation
demo_promise copied to clipboard

DemoPromise

A toy implementation of (an approximation of) the ECMAScript 6 promise API, for educational purposes:

Running the tests

Installing Babel and Jest:

cd demo_promise/
npm install

Running the tests:

npm test