Posts tagged with 'arguments'


JavaScript for C# developers: converting arguments into an array

Way back in March 2009, I wrote a quick post about the JavaScript arguments quasi-array, about how the interpreter sets it up on every call to every function to hold the arguments passed to that function. […]

READ MORE

JavaScript: Using the shift method on the arguments array

In my webinar today on reading jQuery source code, I was talking about the extend method. I started out by talking about what a typical extend method would do before going onto the jQuery-specific one. […]

READ MORE

JavaScript for C# programmers: the arguments array

A slight diversion in our quest to learn JavaScript from a C# programmer's perspective. […]

READ MORE