|
|
|
|
|
by Roboprog
3071 days ago
|
|
It’s a bit dated, but read “JavaScript, The Good Parts”. Also, check out the Ramda.js library, which brings quite a few good functional programming (FP) techniques to JS. Function scope is good. Closures are good. Higher order functions are good. Partial function application is good :-) Warning: if you get too used to FP style programming in JS, Java will feel quite painful afterward. |
|