Skip to content

dimchez/coderoad-functional-school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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.

forEach

Array -> run a function for each item

find

Array -> find an item that matches a condition

concat

Array + Array -> Array

reduce

Array -> transform into anything

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%