Niet blij met je aankoop? Geeft niet! Bij ons kun je binnen 30 dagen retourneren
Met een cadeaubon zit je altijd goed. De ontvanger kan de cadeaubon voor alles uit ons assortiment inwisselen.
Retourneren binnen 30 dagen
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: