<?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: Another JavaScript quiz</title>
	<atom:link href="http://james.padolsey.com/javascript/another-javascript-quiz/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.padolsey.com/javascript/another-javascript-quiz/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:03:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Dan Beam</title>
		<link>http://james.padolsey.com/javascript/another-javascript-quiz/comment-page-1/#comment-30856</link>
		<dc:creator>Dan Beam</dc:creator>
		<pubDate>Mon, 13 Dec 2010 01:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1534#comment-30856</guid>
		<description>I&#039;m not quite sure whether this is more or less useful than Kangax or Dmitry Baranovskiy&#039;s quizzes, haha, but it was fun either way.

15/25 because I didn&#039;t read the directions
17/25 after I did
25/25 after I used the WebKit console, :P</description>
		<content:encoded><![CDATA[<p>I&#8217;m not quite sure whether this is more or less useful than Kangax or Dmitry Baranovskiy&#8217;s quizzes, haha, but it was fun either way.</p>
<p>15/25 because I didn&#8217;t read the directions<br />
17/25 after I did<br />
25/25 after I used the WebKit console, <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumon</title>
		<link>http://james.padolsey.com/javascript/another-javascript-quiz/comment-page-1/#comment-30154</link>
		<dc:creator>Sumon</dc:creator>
		<pubDate>Fri, 08 Oct 2010 03:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1534#comment-30154</guid>
		<description>Wow @ This is really awesome @</description>
		<content:encoded><![CDATA[<p>Wow @ This is really awesome @</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry A. Soshnikov</title>
		<link>http://james.padolsey.com/javascript/another-javascript-quiz/comment-page-1/#comment-29696</link>
		<dc:creator>Dmitry A. Soshnikov</dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1534#comment-29696</guid>
		<description>Good quiz ;) Hard enough.

&lt;code&gt;You got 24/25 correct. Incorrect: #25&lt;/code&gt; Why did I answer &quot;foo&quot; instead of &quot;f,o,o&quot;? Hm...

P.S.: first I had

&lt;code&gt;You got 22/25 correct. Incorrect: #10, #23, #25&lt;/code&gt;

because didn&#039;t read disclamer carefully and wrote &lt;em&gt;SyntaxError&lt;/em&gt; instead of &lt;em&gt;ERROR&lt;/em&gt;. So, I think I answer #10, #23 correctly.

Dmitry.</description>
		<content:encoded><![CDATA[<p>Good quiz <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Hard enough.</p>
<p><code>You got 24/25 correct. Incorrect: #25</code> Why did I answer &#8220;foo&#8221; instead of &#8220;f,o,o&#8221;? Hm&#8230;</p>
<p>P.S.: first I had</p>
<p><code>You got 22/25 correct. Incorrect: #10, #23, #25</code></p>
<p>because didn&#8217;t read disclamer carefully and wrote <em>SyntaxError</em> instead of <em>ERROR</em>. So, I think I answer #10, #23 correctly.</p>
<p>Dmitry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riccardo De Agostini</title>
		<link>http://james.padolsey.com/javascript/another-javascript-quiz/comment-page-1/#comment-29331</link>
		<dc:creator>Riccardo De Agostini</dc:creator>
		<pubDate>Thu, 03 Jun 2010 12:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1534#comment-29331</guid>
		<description>You got 20/25 correct. Incorrect: #3, #6, #10, #12, #23

&lt;strong&gt;#3&lt;/strong&gt;: I can&#039;t freakin&#039; believe I got this one wrong! Totally my fault.
&lt;strong&gt;#6&lt;/strong&gt;: This one is debatable IMHO. I can&#039;t wait to read the rationale behind it.
&lt;strong&gt;#10&lt;/strong&gt;: This one is a valid expression, but not a valid statement; I answered with the result of &lt;code&gt;{a: 1, b: 2}[[&quot;b&quot;]]&lt;/code&gt; as an expression (2) so either the question was not exceedingly clear, or... oh well, after failing #3 I&#039;m not sure of anything any longer.
&lt;strong&gt;#12&lt;/strong&gt;: This one &lt;em&gt;is&lt;/em&gt; a valid statement, resulting in &lt;code&gt;2&lt;/code&gt;, but also a valid Object literal... oh wait, there&#039;s no such thing as an Object literal in the standard (plus &lt;code&gt;eval&lt;/code&gt;&#039;ing #12 yields &lt;code&gt;2&lt;/code&gt; as well) so... my fault, again.
&lt;strong&gt;#23&lt;/strong&gt;: I wrote &quot;Sy&lt;strong&gt;b&lt;/strong&gt;taxError&quot; as an answer. LOL! That makes #23 my 21st correct answer, typos apart, I suppose.</description>
		<content:encoded><![CDATA[<p>You got 20/25 correct. Incorrect: #3, #6, #10, #12, #23</p>
<p><strong>#3</strong>: I can&#8217;t freakin&#8217; believe I got this one wrong! Totally my fault.<br />
<strong>#6</strong>: This one is debatable IMHO. I can&#8217;t wait to read the rationale behind it.<br />
<strong>#10</strong>: This one is a valid expression, but not a valid statement; I answered with the result of <code>{a: 1, b: 2}[["b"]]</code> as an expression (2) so either the question was not exceedingly clear, or&#8230; oh well, after failing #3 I&#8217;m not sure of anything any longer.<br />
<strong>#12</strong>: This one <em>is</em> a valid statement, resulting in <code>2</code>, but also a valid Object literal&#8230; oh wait, there&#8217;s no such thing as an Object literal in the standard (plus <code>eval</code>&#8216;ing #12 yields <code>2</code> as well) so&#8230; my fault, again.<br />
<strong>#23</strong>: I wrote &#8220;Sy<strong>b</strong>taxError&#8221; as an answer. LOL! That makes #23 my 21st correct answer, typos apart, I suppose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikash Bhardwaj</title>
		<link>http://james.padolsey.com/javascript/another-javascript-quiz/comment-page-1/#comment-29236</link>
		<dc:creator>Vikash Bhardwaj</dc:creator>
		<pubDate>Fri, 21 May 2010 04:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1534#comment-29236</guid>
		<description>You got 19/25 correct. Incorrect: #10, #11, #13, #17, #18, #20.</description>
		<content:encoded><![CDATA[<p>You got 19/25 correct. Incorrect: #10, #11, #13, #17, #18, #20.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian Wielgosik</title>
		<link>http://james.padolsey.com/javascript/another-javascript-quiz/comment-page-1/#comment-29181</link>
		<dc:creator>Damian Wielgosik</dc:creator>
		<pubDate>Mon, 10 May 2010 23:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1534#comment-29181</guid>
		<description>James: try alert([0]). I was just confused by the context of running this code.</description>
		<content:encoded><![CDATA[<p>James: try alert([0]). I was just confused by the context of running this code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://james.padolsey.com/javascript/another-javascript-quiz/comment-page-1/#comment-29030</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 29 Apr 2010 13:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1534#comment-29030</guid>
		<description>Thanks for having a go, everyone! :)

Damian (and qFox) seems to have covered all of the answers! Thanks.

&lt;blockquote&gt;&lt;p&gt;you can completely ignore it and focus on [0]. E.g. [0].toString() gives “0″. James actually has taken “[0]” as a correct answer probably suggested by the returned value in Firebug. But IMHO it should be “0″.&lt;/p&gt;&lt;/blockquote&gt;

Why? &lt;code&gt;[0]&lt;/code&gt; returns &lt;code&gt;[0]&lt;/code&gt; ... why do we need to &lt;code&gt;toString()&lt;/code&gt; it?</description>
		<content:encoded><![CDATA[<p>Thanks for having a go, everyone! <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Damian (and qFox) seems to have covered all of the answers! Thanks.</p>
<blockquote><p>you can completely ignore it and focus on [0]. E.g. [0].toString() gives “0″. James actually has taken “[0]” as a correct answer probably suggested by the returned value in Firebug. But IMHO it should be “0″.</p>
</blockquote>
<p>Why? <code>[0]</code> returns <code>[0]</code> &#8230; why do we need to <code>toString()</code> it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio</title>
		<link>http://james.padolsey.com/javascript/another-javascript-quiz/comment-page-1/#comment-29017</link>
		<dc:creator>Fabrizio</dc:creator>
		<pubDate>Thu, 29 Apr 2010 08:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1534#comment-29017</guid>
		<description>I enjoy very much your blog ... But this morning it was to hard and to much interesting to answer your javascript Quizz. Please, if you can give more details for the answers ?

You got 8/25 correct. 

Thanks for all</description>
		<content:encoded><![CDATA[<p>I enjoy very much your blog &#8230; But this morning it was to hard and to much interesting to answer your javascript Quizz. Please, if you can give more details for the answers ?</p>
<p>You got 8/25 correct. </p>
<p>Thanks for all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deborah</title>
		<link>http://james.padolsey.com/javascript/another-javascript-quiz/comment-page-1/#comment-29006</link>
		<dc:creator>Deborah</dc:creator>
		<pubDate>Wed, 28 Apr 2010 17:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1534#comment-29006</guid>
		<description>You got 15/25 correct. Incorrect: #2, #6, #10, #11, #14, #17, #20, #22, #24, #25</description>
		<content:encoded><![CDATA[<p>You got 15/25 correct. Incorrect: #2, #6, #10, #11, #14, #17, #20, #22, #24, #25</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tan Shiaw Uen</title>
		<link>http://james.padolsey.com/javascript/another-javascript-quiz/comment-page-1/#comment-28984</link>
		<dc:creator>Tan Shiaw Uen</dc:creator>
		<pubDate>Wed, 28 Apr 2010 05:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1534#comment-28984</guid>
		<description>You got 7/25 correct. Incorrect: #1, #2, #3, #4, #6, #7, #10, #11, #13, #14, #16, #17, #20, #21, #22, #23, #24, #25

My result sucks =X</description>
		<content:encoded><![CDATA[<p>You got 7/25 correct. Incorrect: #1, #2, #3, #4, #6, #7, #10, #11, #13, #14, #16, #17, #20, #21, #22, #23, #24, #25</p>
<p>My result sucks =X</p>
]]></content:encoded>
	</item>
</channel>
</rss>

