Which one option will convert the arguments to an array? code example
Example: transform argumentums object into an array
var argArray = Array.prototype.slice.call(arguments);
var argArray = Array.prototype.slice.call(arguments);