Code
1 2 3 4 5 6 7 8 |
var func = thisa = Arrayprototypeslicecallarguments0; return function var a_len = alengthlength = argumentslength; while length-- aa_len + length = argumentslength; return funcapplythisa; ; |
Example
1 2 3 |
return x+y; var x = xycurry7; x3; // 10 |

