https://github.com/sashafklein/basicjs
https://github.com/sashafklein/basicjs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sashafklein/basicjs
- Owner: sashafklein
- Created: 2014-01-25T04:07:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T20:55:17.000Z (over 11 years ago)
- Last Synced: 2025-02-09T06:41:18.208Z (4 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An attempt to gain better comfort with functional programming, command-line node.js, and traditional javascript syntax.
### FunctionalJS
* A node-based learning tool designed to give basic functional JS knowledge.
* [Find here](http://nodeschool.io/#functionaljs)### Euler
* My javascript solutions to some Project Euler problems.
* Problems can be found [here](projecteuler.net)