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

https://github.com/unbug/solid-javascript-example


https://github.com/unbug/solid-javascript-example

Last synced: 9 months ago
JSON representation

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.`.