1 2 3 4 5 6 7 8
function test1() { var input = arguments[undefined]; } function test2() { return arguments["length"]; } test1(); test2();