functional-programming-js icon indicating copy to clipboard operation
functional-programming-js copied to clipboard

Code Samples Functional Programming in JavaScript, Manning 2016

Results 5 functional-programming-js issues
Sort by recently updated
recently updated
newest added

I've identified a few changes in the code which can lead to unexpected errors. Missing from Person.js ` set address(addr){ this._address = addr; } ` Person.js param order changed from:...

I'm not shure but I think there is a faulty implementation in Listing 8.9. Asynchronous version of showStudent. The implementation of `then` only pay attention for Promises. But what if...

[RawGit](https://rawgit.com/) is shutting down. This PR replaces all RawGit links with the recommended alternative - [jsDelivr](https://www.jsdelivr.com/). jsDelivr is a free and fast open source CDN hosting all files from GitHub...

To fix had to yarn add -D babel-preset-es2015-node5

Hi Luis, First of all, thanks for writing this book, I have really enjoyed it. I have some problems with some tests. (ch06 and ch08). I see qunitjs 2.x is...