The JavaScript arguments object…and beyond

Posted: May 03, 2013 Comments

View http://javascriptweblog.wordpress.com/2011/01/18/javascripts-arguments-object-and-beyond

I’m not ashamed to admit that the arguments object is something I learned about just now. I’m not sure how unique it is to JavaScript, but essentially you’re automagically given an object containing all of the arguments passed to the current function. That’s just the start though… it’s a pretty quirky thing to play around with, but I can see where it’d have it’s benefits.

Get my newsletter

Receive periodic updates right in the mail!

  • This field is for validation purposes and should be left unchanged.

Leave a Reply

Your email address will not be published. Required fields are marked *