Skip to content

RodriFS/functional-js-1

 
 

Repository files navigation

Functional JavaScript

This repository was used for a talk on functional programming in August 2018, but it contains enough comments to be useful on its own.

The premise is, that we refactor a simple script from procedural code to increasingly more functional code.

Pull requests for clarification are most welcome!

Getting started

  1. Install dependencies
npm install
  1. Execute each file with from the project folder
node episode-01.js

About

An Introduction to Functional Programming in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%