Skip to content

ch8uk/tut-functional-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructor: Jason Rhodes

Learn the basics of functional programming in JavaScript. You'll take a small, mostly imperative website and refactor it using practical declarative and functional concepts. You'll learn about pure functions, side-effects and declarative style while building a small functional utility library that will demonstrate how Underscore or Lodash functions like filter, map, and reduce really work. Focused on practical understanding over philosophy, this is a great basic intro to functional programming that will prepare you for deeper exploration.

The source files include a basic skeleton of the course's example project so you can follow along with the course. Named branches provide snapshots of the code at the end of each lesson, so you can compare your work to the instructor's.

These are source files for the Tuts+ course: Functional Programming in JavaScript

Available on Tuts+

About

Functional JS tutorial project code for tutsplus.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 53.2%
  • JavaScript 31.9%
  • CSS 14.9%