https://github.com/unbug/solid-javascript-example
https://github.com/unbug/solid-javascript-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unbug/solid-javascript-example
- Owner: unbug
- Created: 2013-12-22T11:54:24.000Z (about 12 years ago)
- Default Branch: promises
- Last Pushed: 2013-07-20T07:47:27.000Z (over 12 years ago)
- Last Synced: 2025-02-10T23:35:10.492Z (11 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Promises example in Javascript
The example you need to see is under `/js/test/promises.js` and
`/js/lib/promises.js`. There's a commented `debugger` statement to help you get
to the exact point.
Check `index.html` for a working implementation of the promise.
## How to run the app
```
$ python -m SimpleHTTPServer
```
Python version should be `2.x.`.