function test() { console.log(Object.prototype.toString.call(arguments)); } test(1, 2, 3); -> outputs: [object Arguments]