An open API service indexing awesome lists of open source software.

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.

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 :).