Salcescu, Cristian
Discover Functional JavaScript: An overview of Functional and Object Oriented Programming in JavaScript
- ISBN 13:
- 9781095338780
- author:
- Salcescu, Cristian
- format:
- Paperback
- publisher:
- Independently Published
- language:
- English
- Publication Year:
- 2019
- Pages:
- 158
- Dimensions:
- 22.9 x 15.2 x 0.9 centimetres (0
- Genre:
- Computers, Programming, CGI,
- Condition:
- New
- Availability:
- Item usually sent within 5 working days
Description
Discover Functional JavaScript A New Approach to Programming JavaScript brings functional programming to the forefront, offering a fresh way to approach object-oriented programming without classes and prototypes. This book explores the concepts of first-class functions, closures, higher-order functions, partial application, currying, immutability, and pure functions, which can make code easier to read, understand, test, debug, or compose. By learning about these functional programming techniques, you'll be able to build applications using only pure functions. The book also delves into the use of decorators as a tool for reusing common logic and creating variations of existing functions. Additionally, it explains how closures can encapsulate state, allowing for flexible and encapsulated objects. With this comprehensive guide, you'll gain a deeper understanding of functional programming in JavaScript and be able to apply its principles to your own projects.