https://github.com/devonwintz/functional-programming-with-js
A brief introduction to functional programming using JavaScript. The content presented in this repository is by no way a complete guide or tutorial on functional programming. But it does introduces you to some of the important concepts that will help you to see the power functional programming.
https://github.com/devonwintz/functional-programming-with-js
functional-programming-js javascript
Last synced: 23 days ago
JSON representation
A brief introduction to functional programming using JavaScript. The content presented in this repository is by no way a complete guide or tutorial on functional programming. But it does introduces you to some of the important concepts that will help you to see the power functional programming.
- Host: GitHub
- URL: https://github.com/devonwintz/functional-programming-with-js
- Owner: devonwintz
- Created: 2020-08-26T03:12:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T17:56:14.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T16:27:08.399Z (over 1 year ago)
- Topics: functional-programming-js, javascript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started With Functional Programming Using JavaScript
**Understanding *Functional Programming* & Why It Is The Programming Approach That You Need To Use As A Developer**
If you start googling the term *functional programming*, you will more than likely be intimidated by how it is explained - with all of the academic lingo. I say this because it was for me :).