<?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 &#8211; Beginning Interview Questions</title>
	<atom:link href="http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/</link>
	<description>...And You Can Too</description>
	<lastBuildDate>Sat, 04 Sep 2010 19:34:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: sk</title>
		<link>http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/#comment-259</link>
		<dc:creator>sk</dc:creator>
		<pubDate>Sat, 09 Jan 2010 15:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/08/31/javascript-interview-questions-beginning/#comment-259</guid>
		<description>Hey, Nice post. I have  researched some &lt;a href=&#039;http://questionspoint.com/interview-questions/HR/25.aspx&#039; rel=&quot;nofollow&quot;&gt; Excellent HR interview questions and answers&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey, Nice post. I have  researched some <a href='http://questionspoint.com/interview-questions/HR/25.aspx' rel="nofollow"> Excellent HR interview questions and answers</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/#comment-249</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Fri, 07 Sep 2007 18:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/08/31/javascript-interview-questions-beginning/#comment-249</guid>
		<description>The use of the window object to open a new URL is explained in the link that goes to the detailed article. I have updated this post to match.</description>
		<content:encoded><![CDATA[<p>The use of the window object to open a new URL is explained in the link that goes to the detailed article. I have updated this post to match.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kor</title>
		<link>http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/#comment-257</link>
		<dc:creator>Kor</dc:creator>
		<pubDate>Fri, 07 Sep 2007 09:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/08/31/javascript-interview-questions-beginning/#comment-257</guid>
		<description>&quot;How do you access an element in an HTML document with JavaScript?
Give the element an ID attribute and then use JavaScript’s getElementById() function to access that element.&quot;

This is only one of the methods, and the modern trend is rather to use the more dynamical methods getElementsByTagName(&#039;tag&#039;)[index], childNodes, nextSibling, previousSibling, parentNode... and to reduce the id refrence to a minimum necessary.</description>
		<content:encoded><![CDATA[<p>&#8220;How do you access an element in an HTML document with JavaScript?<br />
Give the element an ID attribute and then use JavaScript’s getElementById() function to access that element.&#8221;</p>
<p>This is only one of the methods, and the modern trend is rather to use the more dynamical methods getElementsByTagName(&#8216;tag&#8217;)[index], childNodes, nextSibling, previousSibling, parentNode&#8230; and to reduce the id refrence to a minimum necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kor</title>
		<link>http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/#comment-256</link>
		<dc:creator>Kor</dc:creator>
		<pubDate>Fri, 07 Sep 2007 09:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/08/31/javascript-interview-questions-beginning/#comment-256</guid>
		<description>&quot;How do you load a new URL in a browser?
With the location or href property of the document object.&quot;

Wrong. The correct answer is: With the location or with the location.href property of the window object.</description>
		<content:encoded><![CDATA[<p>&#8220;How do you load a new URL in a browser?<br />
With the location or href property of the document object.&#8221;</p>
<p>Wrong. The correct answer is: With the location or with the location.href property of the window object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/#comment-250</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Tue, 04 Sep 2007 04:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/08/31/javascript-interview-questions-beginning/#comment-250</guid>
		<description>Leif,

Indeed a novice JavaScript user should know how to do the items mentioned in the article. Hence the title &quot;JavaScript &lt;em&gt;Beginning&lt;/em&gt; Interview Questions.&quot; I just find it ironic that many who claim advanced JavaScript skills fail to answer these questions.</description>
		<content:encoded><![CDATA[<p>Leif,</p>
<p>Indeed a novice JavaScript user should know how to do the items mentioned in the article. Hence the title &#8220;JavaScript <em>Beginning</em> Interview Questions.&#8221; I just find it ironic that many who claim advanced JavaScript skills fail to answer these questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leif902</title>
		<link>http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/#comment-251</link>
		<dc:creator>Leif902</dc:creator>
		<pubDate>Tue, 04 Sep 2007 01:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/08/31/javascript-interview-questions-beginning/#comment-251</guid>
		<description>Interesting article... but I&#039;m a very novice javascript user and knew how to do most of those things. Maybe I missed something but anyone who claims to be even a novice at JS should know most of the things on this list. Neat article however.
- Leif

P.S. For an example of what I mean, here&#039;s some of my javascript experience (which is very minimal, but uses many of the techniques described in this article):
video.greenmangames.vze.com, affiliates.greenmangames.vze.com, graphics.greenmangames.vze.com, colorpicker.greenmangames.vze.com, citator.greenmangames.vze.com... etc.</description>
		<content:encoded><![CDATA[<p>Interesting article&#8230; but I&#8217;m a very novice javascript user and knew how to do most of those things. Maybe I missed something but anyone who claims to be even a novice at JS should know most of the things on this list. Neat article however.<br />
- Leif</p>
<p>P.S. For an example of what I mean, here&#8217;s some of my javascript experience (which is very minimal, but uses many of the techniques described in this article):<br />
video.greenmangames.vze.com, affiliates.greenmangames.vze.com, graphics.greenmangames.vze.com, colorpicker.greenmangames.vze.com, citator.greenmangames.vze.com&#8230; etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/#comment-253</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Mon, 03 Sep 2007 17:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/08/31/javascript-interview-questions-beginning/#comment-253</guid>
		<description>Kevin,

Thanks. Here&#039;s hoping we do get some candidates that can answer these now. That would be an improvement. :)

In response to your finely suggested questions:

1) Good idea. This question should definitely be added if they are getting the other correct.
&lt;a href=&quot;http://joeyjavascript.com/2007/04/25/javascript-difference-between-null-and-undefined/&quot; rel=&quot;nofollow&quot;&gt;JavaScript Difference Between null and defined&lt;/a&gt;
2) If they claim to know OO principles this can be asked.
3) Data typing is another good suggestion. &lt;a href=&quot;http://joeyjavascript.com/2007/08/07/javascript-data-types/&quot; rel=&quot;nofollow&quot;&gt;JavaScript Data Types&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>Thanks. Here&#8217;s hoping we do get some candidates that can answer these now. That would be an improvement. <img src='http://www.joeyjavas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In response to your finely suggested questions:</p>
<p>1) Good idea. This question should definitely be added if they are getting the other correct.<br />
<a href="http://joeyjavascript.com/2007/04/25/javascript-difference-between-null-and-undefined/" rel="nofollow">JavaScript Difference Between null and defined</a><br />
2) If they claim to know OO principles this can be asked.<br />
3) Data typing is another good suggestion. <a href="http://joeyjavascript.com/2007/08/07/javascript-data-types/" rel="nofollow">JavaScript Data Types</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Waite</title>
		<link>http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/#comment-252</link>
		<dc:creator>Kevin Waite</dc:creator>
		<pubDate>Mon, 03 Sep 2007 17:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/08/31/javascript-interview-questions-beginning/#comment-252</guid>
		<description>Nice article.  Obviously you&#039;re now going to get candidates that can answer these!  How about a couple of additions:

1. What&#039;s the difference between null and Undefined? (to spot the philosophers:-)
2. How would you use JavaScript in an object-oriented manner?
3. What do you think about data typing in JavaScript?</description>
		<content:encoded><![CDATA[<p>Nice article.  Obviously you&#8217;re now going to get candidates that can answer these!  How about a couple of additions:</p>
<p>1. What&#8217;s the difference between null and Undefined? (to spot the philosophers:-)<br />
2. How would you use JavaScript in an object-oriented manner?<br />
3. What do you think about data typing in JavaScript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/#comment-254</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Mon, 03 Sep 2007 16:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/08/31/javascript-interview-questions-beginning/#comment-254</guid>
		<description>Namwar,

Thanks for your comment. I will be posting an Ajax article containing interview questions by the end of this month.</description>
		<content:encoded><![CDATA[<p>Namwar,</p>
<p>Thanks for your comment. I will be posting an Ajax article containing interview questions by the end of this month.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Namwar Rizvi</title>
		<link>http://www.joeyjavas.com/2007/08/31/javascript-interview-questions-beginning/#comment-255</link>
		<dc:creator>Namwar Rizvi</dc:creator>
		<pubDate>Mon, 03 Sep 2007 13:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/08/31/javascript-interview-questions-beginning/#comment-255</guid>
		<description>Very good article. It will be really great if you add some stuff about AJAX related JavaScript questions like How can you call a page synchronously  through JavaScript?
Anyway, great stuff.

Namwar Rizvi,
http://blog.namwarrizvi.com</description>
		<content:encoded><![CDATA[<p>Very good article. It will be really great if you add some stuff about AJAX related JavaScript questions like How can you call a page synchronously  through JavaScript?<br />
Anyway, great stuff.</p>
<p>Namwar Rizvi,<br />
<a href="http://blog.namwarrizvi.com" rel="nofollow">http://blog.namwarrizvi.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
