摘要: Currying allows you to easily create custom functions by partially invoking an existing function. Here’s a simple example:var add = function(a,b) { ... 阅读全文
posted @ 2015-08-24 00:28 liaohua 阅读(212) 评论(0) 推荐(0) 编辑