1 2 3 4 5 6 7
(function () { var x; x = arguments.length; return function () { [1][x = arguments.length]; }; }).call().apply();