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

https://github.com/danielstern/workshop-functional-programming-closures

Examples to Teach Closures and Functional Programming
https://github.com/danielstern/workshop-functional-programming-closures

Last synced: about 1 year ago
JSON representation

Examples to Teach Closures and Functional Programming

Awesome Lists containing this project

README

          

# workshop-functional-programming-closures
Examples to Teach Closures and Functional Programming

##Usage
All examples are stand alone and can be opened in any browser.

###Usage Example

```BASH
npm install -g http-server && http-server
#OR
npm install && npm start
```