<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on HarryPotterSpoiler | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/10689</link>
    <description>Recent comments on userscript: HarryPotterSpoiler</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Ori Avtalion</title>
      <description>&lt;p&gt;Iterating over arrays using &quot;for (x in arr)&quot; is wrong, since it gives you the array methods as well.&lt;/p&gt;

&lt;p&gt;Use this instead:
&lt;br /&gt;for (var i = 0; i &amp;lt; a.length; i++) {
&lt;br /&gt;    // Do something with a[i]
&lt;br /&gt;}&lt;/p&gt;</description>
      <pubDate>Sat, 21 Jul 2007 15:55:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14121:48181</guid>
      <author>Ori Avtalion</author>
      <link>http://userscripts.org/posts/48181</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14121:48180</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/48180</link>
    </item>
  </channel>
</rss>
