Skip to content

pbredenberg/functional-programming-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Programming Concepts in JavaScript

##Introduction

Functional Programming is a computer programming methodology, in which data is passed around our program via functions that are assigned as values.

In JavaScript, functions are already values, so we're part of the way there! Please examine the following concepts in order within their so-named JS files:

Higher-order functions

higherOrderFunctions.js

About

A collection of JavaScript files that illustrate examples of functional programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published