JavaScript专题之偏函数

2017-08-16
阅读 3 分钟
13.4k
In computer science, partial application (or partial function application) refers to the process of fixing a number of arguments to a function, producing another function of smaller arity.