function uncurryThis(){ return function(){ return Function.call.apply(fn,arguments) } }
call and apply are used together. . . don't know
认证0级讲师
That’s apply function "call"
If you understand what currying means, this function will be easy to understand.
The function of this function is decurrying.
In fact, it is similar to the fn()() call.
That’s apply function "call"
If you understand what currying means, this function will be easy to understand.
The function of this function is decurrying.
In fact, it is similar to the fn()() call.