Skip to content

Instantly share code, notes, and snippets.

@atamocius
Last active May 13, 2020 13:10
Show Gist options
  • 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