You can use this page to email Niraj Georgian about Why Not Functional Programming With JavaScript.
About the Book
This book teaches you how to do functional programming using javascript. It also cover's core principles about functional programming like side effects, pure functions etc.It teaches you how to create Higher Order Functions like Map, Filter, Reduce, ConcatMap, Zip, ConcatAll from the ground up. And with these functions how we can do functional programming and in the end some Idea about reactive programming using same Higher Order Functions. We will finish up the book with our creating our own small library which implements Observable pattern.