turn arguments into array javascript code example Example: transform argumentums object into an array var argArray = Array.prototype.slice.call(arguments);