<?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 Foundation</title>
	<atom:link href="http://blog.probonogeek.org/2009/02/javascript-foundation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.probonogeek.org/2009/02/javascript-foundation/</link>
	<description>Technology for the Good of People</description>
	<lastBuildDate>Wed, 14 Dec 2011 20:17:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: C</title>
		<link>http://blog.probonogeek.org/2009/02/javascript-foundation/comment-page-1/#comment-1259</link>
		<dc:creator>C</dc:creator>
		<pubDate>Wed, 14 Dec 2011 20:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.probonogeek.org/?p=414#comment-1259</guid>
		<description>Thank you for these introductions, they&#039;re very helpful.</description>
		<content:encoded><![CDATA[<p>Thank you for these introductions, they&#8217;re very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: probonogeek</title>
		<link>http://blog.probonogeek.org/2009/02/javascript-foundation/comment-page-1/#comment-278</link>
		<dc:creator>probonogeek</dc:creator>
		<pubDate>Mon, 02 Mar 2009 17:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.probonogeek.org/?p=414#comment-278</guid>
		<description>&lt;a href=&quot;#comment-277&quot; rel=&quot;nofollow&quot;&gt;@Animal&lt;/a&gt; 
Ah, that&#039;s good to know. I hadn&#039;t really thought of that before, but it makes sense that Array is a kind of object. 

I&#039;ve never really tried to use for...in on an object with methods before, but I suppose you would have to deal with attached methods. Guess that&#039;s yet another reason to have typeof handy.

Thanks for the comment Animal... you will probably see some of your own suggestions and comments from the forums discussed here in coming posts on ExtJS.</description>
		<content:encoded><![CDATA[<p><a href="#comment-277" rel="nofollow">@Animal</a><br />
Ah, that&#8217;s good to know. I hadn&#8217;t really thought of that before, but it makes sense that Array is a kind of object. </p>
<p>I&#8217;ve never really tried to use for&#8230;in on an object with methods before, but I suppose you would have to deal with attached methods. Guess that&#8217;s yet another reason to have typeof handy.</p>
<p>Thanks for the comment Animal&#8230; you will probably see some of your own suggestions and comments from the forums discussed here in coming posts on ExtJS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Animal</title>
		<link>http://blog.probonogeek.org/2009/02/javascript-foundation/comment-page-1/#comment-277</link>
		<dc:creator>Animal</dc:creator>
		<pubDate>Mon, 02 Mar 2009 16:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.probonogeek.org/?p=414#comment-277</guid>
		<description>Just a small small point.

An Array is a specialized object.

{} is an object. It may have items indexed by strings (But you MAY use integers)

[] is an Array. It may have items indexed by integers. (But being an OO language it is also an object). You can &quot;poke&quot; named properties into it.

This is important if you ever use for...in to traverse the properties of an object.

If you based that object on an Array, you&#039;ll get Array&#039;s methods popping up!</description>
		<content:encoded><![CDATA[<p>Just a small small point.</p>
<p>An Array is a specialized object.</p>
<p>{} is an object. It may have items indexed by strings (But you MAY use integers)</p>
<p>[] is an Array. It may have items indexed by integers. (But being an OO language it is also an object). You can &#8220;poke&#8221; named properties into it.</p>
<p>This is important if you ever use for&#8230;in to traverse the properties of an object.</p>
<p>If you based that object on an Array, you&#8217;ll get Array&#8217;s methods popping up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

