Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Functional Programming in Javascript Tutorial

NotificationsYou must be signed in to change notification settings

versutus/coderoad-functional-school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A trip through functional programming in Javascript.

Level: IntermediateKeywords: javascript, functionalLength: 1-2 hours

CodeRoad

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

Setup

  • install the tutorial package

    npm install --save coderoad-functional-school

  • install and run theatom-coderoad plugin

Outline

Array Methods

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.

Filter

Array -> Array of items that match a condition

Sort

Array -> sorted Array

Map

Array -> run a function over each item -> Array

forEach

Array -> run a function for each item

find

Array -> first element that matches a condition

concat

Array + Array -> Array

reduce

Array -> anything

Challenge 1

coming soon

Challenge 2

coming soon

About

Functional Programming in Javascript Tutorial

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript100.0%

[8]ページ先頭

©2009-2025 Movatter.jp