Skip to content

dimchez/coderoad-functional-school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional School

A trip through functional programming.

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

The Basics

Some basic methods in Javascript

Filter

We'll start by looking at the filter method.

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%