Modern JavaScript Web Development Cookbook
上QQ阅读APP看书,第一时间看更新

Programming functionally

Functional programming is often more declarative than imperative, with higher level functions that can do complete processing in a simpler, straightforward way. Here, let's look at several functional programming techniques that you should really adopt for your own code.