- Notifications
You must be signed in to change notification settings - Fork0
Functional Programming in Javascript Tutorial
dimchez/coderoad-functional-school
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A trip through functional programming in Javascript.
CodeRoad is an open-sourced interactive tutorial platform for the Atom Editor. Learn more atCodeRoad.io.
install the tutorial package
npm install --save coderoad-functional-school
install and run theatom-coderoad plugin
Using common built-in Javascript array methods such asmap
&reduce
.
By the end, you should have an understanding of how to use array methods to manipulate semi-complex data.
Array -> Array of items that match a condition
Array -> sorted Array
Array -> run a function over each item -> Array
Array -> run a function for each item
Array -> first element that matches a condition
Array + Array -> Array
Array -> anything
About
Functional Programming in Javascript Tutorial
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- JavaScript100.0%