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
- Host: GitHub
- URL: https://github.com/danielstern/workshop-functional-programming-closures
- Owner: danielstern
- Created: 2019-02-11T14:51:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T13:56:37.000Z (over 7 years ago)
- Last Synced: 2025-02-10T15:50:55.700Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```