GitXplorerGitXplorer
b

promise-exercises

public
3 stars
7 forks
0 issues

Commits

List of commits on branch master.
Unverified
95d33692f6d09b96e419fdd546db76095ee4ac63

Update documentation

bbraxtonhall committed 4 years ago
Unverified
62624c8fe2d55550bc30e6b8ed2d253104aa5239

Add TODOs to Exercises

bbraxtonhall committed 4 years ago
Unverified
d04bbe8de595a2ffe7af601c8083e9da53b9a781

Initial commit

bbraxtonhall committed 4 years ago

README

The README file for this repository.

Making Promises

TODO

  1. [ ] Implement the functions in src/Exercises.ts
  2. [ ] Build your project with yarn build
  3. [ ] Run the tests with yarn test
  4. [ ] Make all the tests pass