• Open Daily: 10am - 10pm
    Alley-side Pickup: 10am - 7pm

    3038 Hennepin Ave Minneapolis, MN
    612-822-4611

Open Daily: 10am - 10pm | Alley-side Pickup: 10am - 7pm
3038 Hennepin Ave Minneapolis, MN
612-822-4611
Functional Programming in JavaScript

Functional Programming in JavaScript

Paperback

Series: Functional JavaScript, Book 3

Programming

ISBN13: 9798671513851
Publisher: Independently Published
Published: Aug 8 2020
Pages: 166
Weight: 0.51
Height: 0.35 Width: 6.00 Depth: 9.00
Language: English

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.

Also in

Programming