https://github.com/mattms/playing_with_promises
Playing with JavaScript Promises
https://github.com/mattms/playing_with_promises
Last synced: 4 months ago
JSON representation
Playing with JavaScript Promises
- Host: GitHub
- URL: https://github.com/mattms/playing_with_promises
- Owner: MattMS
- License: mit
- Created: 2015-10-24T13:52:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T13:58:02.000Z (over 9 years ago)
- Last Synced: 2025-02-01T16:11:17.871Z (5 months ago)
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playing with Promises
These are my play scripts with Promises.
They are experiments to find out which callbacks are called.## How to play
Install [Node.js](https://nodejs.org/).
Install [CoffeeScript](http://coffeescript.org/) with `npm install -g coffee-script`.
Run the script with `coffee main.coffee.md`.