Tag: arguments

The JavaScript 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 […]

Posted: May 03, 2013