Functional Programming In Javascript(1st Edition)

Authors:

Cristian Salcescu

Type:Hardcover/ PaperBack / Loose Leaf
Condition: Used/New

In Stock: 2 Left

Shipment time

Expected shipping within 2 - 3 Days
Access to 35 Million+ Textbooks solutions Free
Ask Unlimited Questions from expert AI-Powered Answers 30 Min Free Tutoring Session
7 days-trial

Total Price:

$0

List Price: $28.99 Savings: $28.99 (100%)
Access to 30 Million+ solutions
Ask 50 Questions from expert AI-Powered Answers 24/7 Tutor Help Detailed solutions for Functional Programming In Javascript

Price:

$9.99

/month

Book details

ISBN: B08F6RCCSF, 979-8671513851

Book publisher: Independently published

Offer Just for You!: Buy 2 books before the end of January and enter our lucky draw.

Book Price $0 : 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 been 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 linterHow to work with immutable objects and collectionsHow to do data transformations using core operations like filter, map, sort, or reduceHow to use statements like if and switch in a functional wayHow to create pipelines and use currying to pass additional dataUnderstand functors and monadsHow to work with promises and observablesUnderstand the Elm Architecture