[javascript-dev] Re: [sharingisfun] js based change filter
Joshua Kit Clayton
jkc at musork.com
Sat Sep 8 13:04:06 MDT 2007
- Previous message: [javascript-dev] Re: Re: [sharingisfun] js based change filter
- Next message: [javascript-dev] Re: [sharingisfun] js based change filter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sep 7, 2007, at 8:55 AM, Emmanuel Jourdan wrote: > Sure. arrayfromargs is really cool in that particular case, because > it's an easy way to copy the array, which is usually a lame is > JavaScript. FWIW, the real reason that arrayfromargs() exists is that the arguments object is *not* an array, even though it can be accessed with array syntax. More info below: http://developer.mozilla.org/en/docs/ Core_JavaScript_1.5_Reference:Functions:arguments -Joshua
- Previous message: [javascript-dev] Re: Re: [sharingisfun] js based change filter
- Next message: [javascript-dev] Re: [sharingisfun] js based change filter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
