Skip to content

Learning functional programming by writing common fp functions from scratch

Notifications You must be signed in to change notification settings

SeanGroff/functions-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS FP Functions from Scratch

Popular native JavaScript, lodash, and RxJS Array functions built from scratch for my personal educational purposes.

Functions built from scratch:

  • forEach
  • map
  • filter
  • concatAll
  • zip

FP Terminology

  • Projection - Apply a function to a value creating a new value.
  • Predicate - is a function that accepts an item in the array, and returns a boolean indicating whether the item should be retained in the new array.

@sgroff04

Releases

No releases published

Packages

No packages published