<?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: The &#039;new&#039; keyword</title>
	<atom:link href="http://www.markhneedham.com/blog/2010/03/06/javascript-the-new-keyword/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2010/03/06/javascript-the-new-keyword/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Wed, 08 Sep 2010 21:07:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.markhneedham.com/blog/2010/03/06/javascript-the-new-keyword/comment-page-1/#comment-40696</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Tue, 06 Jul 2010 04:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=2226#comment-40696</guid>
		<description>Instead of throwing, you can &quot;fix it&quot; and call the constructor properly:

if (!(this instanceof BowlingGame)) 
  return new BowlingGame;</description>
		<content:encoded><![CDATA[<p>Instead of throwing, you can "fix it" and call the constructor properly:</p>
<p>if (!(this instanceof BowlingGame))<br />
  return new BowlingGame;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
