JacksonTian/diveintonode_examples

第四章68页偏函数的应用after()方法

yujuncode opened this issue · 0 comments

if(times<=0) return func();
这一句应该改为如下:
if(times<=0) return func;