Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 310 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 310 Bytes

functional-js

This repo has the objective to show examples of how to utilize Functional Programming in JavaScript.

The principles folder has in each file a priinciple of Functional Programming with Examples.

The file example.js has a complete flow of a simple program, utilizing all applied concepts.