An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# js-yield

[![CI](https://github.com/wlsf82/js-yield/actions/workflows/ci.yml/badge.svg)](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.