Some handwritten implementations of 'JavaScript' 柯里化(Currying) 1.实现一个sum能构使用如下调用方式 sum(1,2,3)(1)(1).sumof() ====》 8 实现 Promise 1.实现一个promise 实现