<?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: the Javascript logical OR assignment idiom</title>
	<atom:link href="http://billhiggins.us/blog/2007/02/13/the-javascript-logical-or-assignment-idiom/feed/" rel="self" type="application/rss+xml" />
	<link>http://billhiggins.us/blog/2007/02/13/the-javascript-logical-or-assignment-idiom/</link>
	<description></description>
	<lastBuildDate>Mon, 16 Jan 2012 02:27:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Brendan Eich</title>
		<link>http://billhiggins.us/blog/2007/02/13/the-javascript-logical-or-assignment-idiom/comment-page-1/#comment-24</link>
		<dc:creator>Brendan Eich</dc:creator>
		<pubDate>Fri, 23 Feb 2007 08:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://billhiggins.us/weblog/2007/02/13/the-javascript-logical-or-assignment-idiom/#comment-24</guid>
		<description>You may be glad to learn that for JS2/ES4, &#124;&#124;= and &amp;&amp;= are being added as well. &#124;&#124;= is most useful of the two but there&#039;s no reason to leave the assignment-op form of &amp;&amp; out.

/be</description>
		<content:encoded><![CDATA[<p>You may be glad to learn that for JS2/ES4, ||= and &amp;&amp;= are being added as well. ||= is most useful of the two but there&#8217;s no reason to leave the assignment-op form of &amp;&amp; out.</p>
<p>/be</p>
]]></content:encoded>
	</item>
</channel>
</rss>

