<?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 Compatibility Tests</title>
	<atom:link href="http://ajaxian.com/archives/javascript-compatibility-tests/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/javascript-compatibility-tests</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: robnyman</title>
		<link>http://ajaxian.com/archives/javascript-compatibility-tests/comment-page-1#comment-274001</link>
		<dc:creator>robnyman</dc:creator>
		<pubDate>Thu, 18 Jun 2009 18:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6971#comment-274001</guid>
		<description>Hi,

I&#039;m Robert, author of the tests. Eli, you are correct. Opera only has partial destructuring support and I will add that information to my tests.

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m Robert, author of the tests. Eli, you are correct. Opera only has partial destructuring support and I will add that information to my tests.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EliGrey</title>
		<link>http://ajaxian.com/archives/javascript-compatibility-tests/comment-page-1#comment-273999</link>
		<dc:creator>EliGrey</dc:creator>
		<pubDate>Thu, 18 Jun 2009 16:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6971#comment-273999</guid>
		<description>No Opera versions correctly support destructuring (though the table claims otherwise). The most Opera supports is &lt;code&gt;[a,b] = [b,a]&lt;/code&gt; and not much more.
To be considered supporting destructuring, this last line of this code should be true:
&lt;code&gt;
function foo({a, b:c, d:[e, f]}, [g, h], [{i:j}]) {
  return a+c+e+f+g+h+j;
};
foo({a:1, b:2, d:[3, 4]}, [5, 6], [{i:7}]) === 28
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>No Opera versions correctly support destructuring (though the table claims otherwise). The most Opera supports is <code>[a,b] = [b,a]</code> and not much more.<br />
To be considered supporting destructuring, this last line of this code should be true:<br />
<code><br />
function foo({a, b:c, d:[e, f]}, [g, h], [{i:j}]) {<br />
  return a+c+e+f+g+h+j;<br />
};<br />
foo({a:1, b:2, d:[3, 4]}, [5, 6], [{i:7}]) === 28<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

