Jump to ratings and reviews
Rate this book

Discover Functional JavaScript: An overview of Functional and Object Oriented Programming in JavaScript

Rate this book
JavaScript is the first language to bring Functional Programming to the mainstream. At the same time, it offers a new way of doing Object Oriented Programming without classes and prototypes.

Programming in a functional style means to use concepts such as first-class functions, closures, higher-order functions, partial application, currying, immutability or pure functions.

Pure Functional Programming promises to make code easier to read, understand, test, debug or compose. Can we build an application using only pure functions?

Decorators are a tool for reusing common logic and creating variations of existing functions.

Closure can encapsulate state. Multiple closures sharing the same private state can create flexible and encapsulated objects.

"One of the best new Functional Programming ebooks" - BookAuthority

160 pages, Kindle Edition

Published March 2, 2019

50 people are currently reading
33 people want to read

About the author

Cristian Salcescu

16 books3 followers
Cristian Salcescu is the author of the "Functional JavaScript" and "Functional React" book series.
He is a technical lead passionate about front-end development and enthusiastic about sharing ideas. He took different roles and participated in all parts of software creation.
Cristian Salcescu is a JavaScript trainer and a writer on Medium.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
9 (47%)
4 stars
3 (15%)
3 stars
7 (36%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
2 reviews
May 16, 2021
Highly recommended; the new Nutshell

Reminds me of the ol’ In A NutShell series of books-here’s the 2020’s successor! Thanks to the author, I was able to fill in all gaps I had on functional programming. I knew a lot of the concepts beforehand yet with the clear foundation-laying in the book, I feel well learned on the topic now. Clear and progressive examples throughout. Thanks so much for writing this! Moving onto the next in the series as recommended.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.