function test() { console.log(arguments); } test(1, 2, 3); -> outputs: [1, 2, 3]