<?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: Think You Know Javascript? Try this Quiz!</title>
	<atom:link href="http://ajaxian.com/archives/think-you-know-javascript-try-this-quiz/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/think-you-know-javascript-try-this-quiz</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: hymanroth</title>
		<link>http://ajaxian.com/archives/think-you-know-javascript-try-this-quiz/comment-page-1#comment-278809</link>
		<dc:creator>hymanroth</dc:creator>
		<pubDate>Wed, 10 Feb 2010 20:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8578#comment-278809</guid>
		<description>For all the people who say the questions are pedantic, I agree - but I would also say that misses the point. Each question focuses on an important characteristic or quirk of JS. Surely knowing these is important.</description>
		<content:encoded><![CDATA[<p>For all the people who say the questions are pedantic, I agree &#8211; but I would also say that misses the point. Each question focuses on an important characteristic or quirk of JS. Surely knowing these is important.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixtyseconds</title>
		<link>http://ajaxian.com/archives/think-you-know-javascript-try-this-quiz/comment-page-1#comment-278792</link>
		<dc:creator>sixtyseconds</dc:creator>
		<pubDate>Wed, 10 Feb 2010 07:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8578#comment-278792</guid>
		<description>@kangax - Fascinating stuff, but I too think it borders on the pedantic. I also don&#039;t think a good developer is only someone who knows all the answers to these: people on top of all these answers aren&#039;t writing javascript themselves - they&#039;re writing blog posts about how well they know it (or how awesome they are)! :)</description>
		<content:encoded><![CDATA[<p>@kangax &#8211; Fascinating stuff, but I too think it borders on the pedantic. I also don&#8217;t think a good developer is only someone who knows all the answers to these: people on top of all these answers aren&#8217;t writing javascript themselves &#8211; they&#8217;re writing blog posts about how well they know it (or how awesome they are)! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loveencounterflow</title>
		<link>http://ajaxian.com/archives/think-you-know-javascript-try-this-quiz/comment-page-1#comment-278791</link>
		<dc:creator>loveencounterflow</dc:creator>
		<pubDate>Wed, 10 Feb 2010 00:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8578#comment-278791</guid>
		<description>it is a shame that the programming language that may well be the best-deployed programming language of all times is full of unscrutinable reasoning, unreasonable plumbing, and outright bugs, on top of an interpretation of object-orientation that requires an expert to avoid the most obvious pitfalls. 

the language that drives billion of webpages should be easy to learn, easy to grasp, and easy to read. javascript’s score on each dimension is appalling. at least it seems to have become rather fast of late.</description>
		<content:encoded><![CDATA[<p>it is a shame that the programming language that may well be the best-deployed programming language of all times is full of unscrutinable reasoning, unreasonable plumbing, and outright bugs, on top of an interpretation of object-orientation that requires an expert to avoid the most obvious pitfalls. </p>
<p>the language that drives billion of webpages should be easy to learn, easy to grasp, and easy to read. javascript’s score on each dimension is appalling. at least it seems to have become rather fast of late.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kangax</title>
		<link>http://ajaxian.com/archives/think-you-know-javascript-try-this-quiz/comment-page-1#comment-278789</link>
		<dc:creator>kangax</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8578#comment-278789</guid>
		<description>@thnkfstr I&#039;ll explain in the upcoming post (that also provides and explains answers) why this quiz is useful. As far as `typeof typeof ...`, you really don&#039;t even need to know what happens in first line. `typeof` always returns string (even for host objects), so `typeof typeof ...` obviously always results in &quot;string&quot; ;)</description>
		<content:encoded><![CDATA[<p>@thnkfstr I&#8217;ll explain in the upcoming post (that also provides and explains answers) why this quiz is useful. As far as `typeof typeof &#8230;`, you really don&#8217;t even need to know what happens in first line. `typeof` always returns string (even for host objects), so `typeof typeof &#8230;` obviously always results in &#8220;string&#8221; ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thnkfstr</title>
		<link>http://ajaxian.com/archives/think-you-know-javascript-try-this-quiz/comment-page-1#comment-278788</link>
		<dc:creator>thnkfstr</dc:creator>
		<pubDate>Tue, 09 Feb 2010 19:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8578#comment-278788</guid>
		<description>neat quiz, but borders on pedantic rather than useful.  I&#039;m not sure I&#039;d hold it against a dev if they couldn&#039;t tell you what the result of the following is:

var x = [typeof x, typeof y][1];
typeof typeof x;</description>
		<content:encoded><![CDATA[<p>neat quiz, but borders on pedantic rather than useful.  I&#8217;m not sure I&#8217;d hold it against a dev if they couldn&#8217;t tell you what the result of the following is:</p>
<p>var x = [typeof x, typeof y][1];<br />
typeof typeof x;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ywg</title>
		<link>http://ajaxian.com/archives/think-you-know-javascript-try-this-quiz/comment-page-1#comment-278783</link>
		<dc:creator>ywg</dc:creator>
		<pubDate>Tue, 09 Feb 2010 13:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8578#comment-278783</guid>
		<description>There&#039;s some pretty good infos on theses quizz / explanations.
Worth reading : you&#039;ll certainly learn something.</description>
		<content:encoded><![CDATA[<p>There&#8217;s some pretty good infos on theses quizz / explanations.<br />
Worth reading : you&#8217;ll certainly learn something.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

