https://github.com/natac13/functional-programming-workshop-solutions
These are my solutions to the functional programming workshop.
https://github.com/natac13/functional-programming-workshop-solutions
Last synced: 10 months ago
JSON representation
These are my solutions to the functional programming workshop.
- Host: GitHub
- URL: https://github.com/natac13/functional-programming-workshop-solutions
- Owner: natac13
- Created: 2015-08-11T13:22:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T18:35:20.000Z (over 10 years ago)
- Last Synced: 2023-02-27T21:46:46.780Z (almost 3 years ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Functional Programming Workshop from Node School
This is part of the electives of Node School, however I started here since I am
working through [FreeCodeCamp](www.freecodecamp.com) which has takes you through
the basics with [codecademy](https://www.codecademy.com/learn). I got to the
functional programming section and struggled through (http://jhusain.github.io/learnrx).
That is when I found this workshop as well as these [Essential JavaScript Links](https://github.com/natac13/essential-javascript-links)
Discovering functional programming has really started to clear up my code, as well as my understanding of programming. Since passing functions to functions as callbacks reads like a book, it really feel like I am using the computer to do most of the work instead of myself continually writing out loops and loops.