Skip to content

cristi-salcescu/functional-programming-in-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Programming in JavaScript

Source Code

In this book, you will find how to use JavaScript as a functional programming language.

It turns out that JavaScript has everything it needs to be used as a functional language. We just have to remove features from the language starting with the 'this' keyword.

Functions are values. Functions can operate on other functions. Inner functions can access variables from the outer functions even after the outer functions have executed.

Functional programming makes code easier to read, understand, test, and debug.

  • Here are some of the things you will learn:

  • How to disable 'this' and enable immutable data objects using a linter

  • How to work with immutable objects and collections

  • How to do data transformations using core operations like filter, map, sort, or reduce

  • How to use statements like if and switch in a functional way

  • How to create pipelines and use currying to pass additional data

  • How to create and use functors and monads

  • How to work with promises and observables

  • Understand the Elm Architecture

https://www.amazon.com/dp/B08CZZ4FQQ

https://www.amazon.co.uk/dp/B08CZZ4FQQ

https://www.amazon.es/dp/B08CZZ4FQQ

https://www.amazon.fr/dp/B08CZZ4FQQ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published