Month: December 2018
JavaScript中的函数克里化的一点理解
In mathematics and computer science, currying is the technique of translating the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single argument. — Wikipedia
WIP:Spread和Rest操作符
先收集一些资料,占个坑。下周末有空写