/ Published in: JavaScript
Coverts the argument object to an array - to allow you to iterate and make use of the Array prototypal methods.
Expand |
Embed | Plain Text
var args = Array.prototype.slice.apply(arguments);
You need to login to post a comment.
