https://github.com/codeworksfrance/cw_kata_promise
https://github.com/codeworksfrance/cw_kata_promise
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeworksfrance/cw_kata_promise
- Owner: CodeWorksFrance
- Created: 2022-06-03T12:26:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T13:36:32.000Z (about 4 years ago)
- Last Synced: 2025-01-23T08:35:58.576Z (over 1 year ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
a kata on callbacks, promises, async and await
Write, test first, a node program which every minute prints a fact about cats.
https://catfact.ninja/fact
First using callbacks.
Then using Promises, with then and catch.
Then using async and await.