https://github.com/wlsf82/js-yield
Sample project to demonstrate the use of JavaScript yield and promises.
https://github.com/wlsf82/js-yield
github-actions javascript js nodejs promises yield
Last synced: 4 months ago
JSON representation
Sample project to demonstrate the use of JavaScript yield and promises.
- Host: GitHub
- URL: https://github.com/wlsf82/js-yield
- Owner: wlsf82
- License: mit
- Created: 2025-03-16T17:04:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T17:17:07.000Z (7 months ago)
- Last Synced: 2025-03-16T18:42:21.857Z (7 months ago)
- Topics: github-actions, javascript, js, nodejs, promises, yield
- Language: JavaScript
- Homepage:
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-yield
[](https://github.com/wlsf82/js-yield/actions/workflows/ci.yml)
Sample project to demonstrate the use of JavaScript yield and promises.
___
To execute it, simply run `node index.js`
> Node.js is required.