<?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 prototype chaining</title>
	<atom:link href="http://helephant.com/2009/08/javascript-prototype-chaining/feed/" rel="self" type="application/rss+xml" />
	<link>http://helephant.com/2009/08/javascript-prototype-chaining/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jun 2010 11:27:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Starrow Pan</title>
		<link>http://helephant.com/2009/08/javascript-prototype-chaining/#comment-2785</link>
		<dc:creator>Starrow Pan</dc:creator>
		<pubDate>Sun, 15 Nov 2009 03:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://helephant.com/?p=1252#comment-2785</guid>
		<description>&#039;When you look at the constructor property of the rufus object, rufus doesn’t have a value set explicitly on it so it looks for it on the Cat’s prototype object where it is set to Pet.&#039;
But rufus is created with a new keyword and function Cat(), it should has a constructor property of value Cat(). Actually in my test, when Cat.prototype=new Pet() is commented, rufus exhibits its constructor property as Cat(). 
Can you explain it more?</description>
		<content:encoded><![CDATA[<p>&#8216;When you look at the constructor property of the rufus object, rufus doesn’t have a value set explicitly on it so it looks for it on the Cat’s prototype object where it is set to Pet.&#8217;<br />
But rufus is created with a new keyword and function Cat(), it should has a constructor property of value Cat(). Actually in my test, when Cat.prototype=new Pet() is commented, rufus exhibits its constructor property as Cat().<br />
Can you explain it more?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
