Skip to content

dimchez/coderoad-functional-school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional School

A trip through functional programming in Javascript.

CodeRoad

CodeRoad is an open-sourced interactive tutorial platform for the Atom Editor. Learn more at CodeRoad.io.

Setup

  • install the tutorial package

    npm install --save coderoad-functional-school

  • install and run the atom-coderoad plugin

Outline

Array Methods

Using common built-in Javascript array methods such as map & reduce.

By the end, you should have an understanding of how to use array methods to manipulate semi-complex data.

Filter

Array -> Array of items that match a condition

Map

Map is used to run a function over data in an array.

forEach

coming soon

find

coming soon

concat

coming soon

reduce

coming soon

Challenge 1

coming soon

Challenge 2

coming soon

About

Functional Programming in Javascript Tutorial

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%