Array.prototype.push(){var args=[].slice.call(arguments);console.log(args);return this.concat(args)}