https://github.com/streetstrider/habrahabr-javascript-reduce
examples supply for habrahabr article http://habrahabr.ru/post/222317/
https://github.com/streetstrider/habrahabr-javascript-reduce
Last synced: 4 months ago
JSON representation
examples supply for habrahabr article http://habrahabr.ru/post/222317/
- Host: GitHub
- URL: https://github.com/streetstrider/habrahabr-javascript-reduce
- Owner: StreetStrider
- License: other
- Created: 2014-05-09T18:35:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-12T18:14:10.000Z (about 12 years ago)
- Last Synced: 2024-12-30T23:46:44.658Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JavaScript Reduce (Habrahabr topic)
=====
Examples supply for Habrahabr article: [habrahabr.ru/post/222317](http://habrahabr.ru/post/222317/).
install
-----
```sh
npm install StreetStrider/habrahabr-javascript-reduce
```
tests
-----
To run tests:
```sh
npm test
```