https://github.com/imteekay/promising
Playing with Promises for a deep understanding
https://github.com/imteekay/promising
concurrency concurrent-programming javascript parallel parallel-programming
Last synced: about 18 hours ago
JSON representation
Playing with Promises for a deep understanding
- Host: GitHub
- URL: https://github.com/imteekay/promising
- Owner: imteekay
- License: mit
- Created: 2019-07-08T16:29:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T20:52:40.000Z (almost 6 years ago)
- Last Synced: 2025-06-20T17:08:11.477Z (about 18 hours ago)
- Topics: concurrency, concurrent-programming, javascript, parallel, parallel-programming
- Language: JavaScript
- Homepage: https://github.com/imteekay/frontend/tree/main/javascript/promises
- Size: 6.25 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Promising
Playing with Promises for a deep understanding
- [Delay](https://github.com/leandrotk/promising/tree/master/delay): A Promise wrapper for setTimeout
- [Document Ready](https://github.com/leandrotk/promising/tree/master/document_ready): A Promise wrapper for document readystatechange
- [Get HTTP Request](https://github.com/leandrotk/promising/tree/master/get): A Promise wrapper for XMLHttpRequest
- [Promise all pokemons](https://github.com/leandrotk/promising/tree/master/promise_all): Fetch pokemons in sequence
- [Fetch User](https://github.com/leandrotk/promising/blob/master/fetch_user/index.js): Fetch user using a curried function