Skip to content

Instantly share code, notes, and snippets.

@atamocius
Last active May 13, 2020 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atamocius/5f8442834eb497d6d68715db04f30d4f to your computer and use it in GitHub Desktop.
Save atamocius/5f8442834eb497d6d68715db04f30d4f to your computer and use it in GitHub Desktop.
Advanced JS - Functional Programming

Advanced JS - Functional Programming

๐Ÿ“– Introduction

Imperative vs. Declarative

First class functions

๐Ÿญ Pure Functions

Mutable vs. Immutable

Stateful vs. Stateless

Chaining (AKA "fluent API")

๐Ÿ‘ผ Higher Order Functions (HOF)

๐Ÿ› Currying

๐ŸŽถ Composition

๐Ÿง  Memoization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment