<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JavaScript argument unpacking: converting an array into a list of arguments</title>
	<atom:link href="http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/feed/" rel="self" type="application/rss+xml" />
	<link>http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/</link>
	<description>JavaScript, Web Development, Ruby, and Technology.</description>
	<lastBuildDate>Sun, 01 Jan 2012 09:49:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: 天通苑社区网</title>
		<link>http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/comment-page-1/#comment-969</link>
		<dc:creator>天通苑社区网</dc:creator>
		<pubDate>Fri, 18 Dec 2009 08:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/#comment-969</guid>
		<description>天通苑社区网，亚洲最大的社区，欢迎光临</description>
		<content:encoded><![CDATA[<p>天通苑社区网，亚洲最大的社区，欢迎光临</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ksamuel</title>
		<link>http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/comment-page-1/#comment-959</link>
		<dc:creator>ksamuel</dc:creator>
		<pubDate>Sun, 11 Oct 2009 15:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/#comment-959</guid>
		<description>Just a little problem, if you don&#039;t have access to the function scope, you can&#039;t apply the method...</description>
		<content:encoded><![CDATA[<p>Just a little problem, if you don&#8217;t have access to the function scope, you can&#8217;t apply the method&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ReadyState4 &#187; Blog Archive &#187; Bash argument unpacking</title>
		<link>http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/comment-page-1/#comment-956</link>
		<dc:creator>ReadyState4 &#187; Blog Archive &#187; Bash argument unpacking</dc:creator>
		<pubDate>Thu, 10 Sep 2009 19:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/#comment-956</guid>
		<description>[...] how to fix up some of my function shortcuts to take any number of arguments (similar to this argument unpacking entry on how to do it in JavaScript and [...]</description>
		<content:encoded><![CDATA[<p>[...] how to fix up some of my function shortcuts to take any number of arguments (similar to this argument unpacking entry on how to do it in JavaScript and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauvis</title>
		<link>http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/comment-page-1/#comment-930</link>
		<dc:creator>Mauvis</dc:creator>
		<pubDate>Mon, 23 Feb 2009 16:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/#comment-930</guid>
		<description>Thanks James. The Array.concat method is a little different as it returns to you a new Array object as apposed to just adding to the existing array1. 

For most cases I think the .concat is fine but for extremely complex arrays it may be better to not make a copy. I haven&#039;t tested this, though.</description>
		<content:encoded><![CDATA[<p>Thanks James. The Array.concat method is a little different as it returns to you a new Array object as apposed to just adding to the existing array1. </p>
<p>For most cases I think the .concat is fine but for extremely complex arrays it may be better to not make a copy. I haven&#8217;t tested this, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Wheare</title>
		<link>http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/comment-page-1/#comment-929</link>
		<dc:creator>James Wheare</dc:creator>
		<pubDate>Mon, 23 Feb 2009 14:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/#comment-929</guid>
		<description>This is probably better for array merging.

&lt;code&gt;bob = bob.concat(sue);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>This is probably better for array merging.</p>
<p><code>bob = bob.concat(sue);</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

