<?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 Function Scope Explained</title>
	<atom:link href="http://expansive-derivation.ossreleasefeed.com/2010/08/javascript-function-scope-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://expansive-derivation.ossreleasefeed.com/2010/08/javascript-function-scope-explained/</link>
	<description>open source is at the root of innovation</description>
	<lastBuildDate>Fri, 20 Apr 2012 11:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Schalk</title>
		<link>http://expansive-derivation.ossreleasefeed.com/2010/08/javascript-function-scope-explained/comment-page-1/#comment-235</link>
		<dc:creator>Schalk</dc:creator>
		<pubDate>Sun, 15 Aug 2010 21:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://expansive-derivation.ossreleasefeed.com/?p=181#comment-235</guid>
		<description>Apologies for the crappy video, I am in the process of uploading it to Vimeo and will update the above when done.

For now, it seems on Windows only, right click on the video and select show all.

Thanks,
Schalk</description>
		<content:encoded><![CDATA[<p>Apologies for the crappy video, I am in the process of uploading it to Vimeo and will update the above when done.</p>
<p>For now, it seems on Windows only, right click on the video and select show all.</p>
<p>Thanks,<br />
Schalk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schalk</title>
		<link>http://expansive-derivation.ossreleasefeed.com/2010/08/javascript-function-scope-explained/comment-page-1/#comment-415</link>
		<dc:creator>Schalk</dc:creator>
		<pubDate>Sun, 15 Aug 2010 21:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://expansive-derivation.ossreleasefeed.com/?p=181#comment-415</guid>
		<description>Apologies for the crappy video, I am in the process of uploading it to Vimeo and will update the above when done.

For now, it seems on Windows only, right click on the video and select show all.

Thanks,
Schalk</description>
		<content:encoded><![CDATA[<p>Apologies for the crappy video, I am in the process of uploading it to Vimeo and will update the above when done.</p>
<p>For now, it seems on Windows only, right click on the video and select show all.</p>
<p>Thanks,<br />
Schalk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schalk</title>
		<link>http://expansive-derivation.ossreleasefeed.com/2010/08/javascript-function-scope-explained/comment-page-1/#comment-234</link>
		<dc:creator>Schalk</dc:creator>
		<pubDate>Sun, 15 Aug 2010 20:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://expansive-derivation.ossreleasefeed.com/?p=181#comment-234</guid>
		<description>I Jarav, very true. I added a short video above to show the flow of execution.

Schalk</description>
		<content:encoded><![CDATA[<p>I Jarav, very true. I added a short video above to show the flow of execution.</p>
<p>Schalk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schalk</title>
		<link>http://expansive-derivation.ossreleasefeed.com/2010/08/javascript-function-scope-explained/comment-page-1/#comment-414</link>
		<dc:creator>Schalk</dc:creator>
		<pubDate>Sun, 15 Aug 2010 20:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://expansive-derivation.ossreleasefeed.com/?p=181#comment-414</guid>
		<description>I Jarav, very true. I added a short video above to show the flow of execution.

Schalk</description>
		<content:encoded><![CDATA[<p>I Jarav, very true. I added a short video above to show the flow of execution.</p>
<p>Schalk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jarav</title>
		<link>http://expansive-derivation.ossreleasefeed.com/2010/08/javascript-function-scope-explained/comment-page-1/#comment-232</link>
		<dc:creator>jarav</dc:creator>
		<pubDate>Sun, 15 Aug 2010 20:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://expansive-derivation.ossreleasefeed.com/?p=181#comment-232</guid>
		<description>Yes, in this case, both will yield the same results. But suppose, you had defined isNimble as

function isNimble() { return;},

typeof isNimble == &quot;undefined&quot; will be false but typeof isNimble() == &quot;undefined&quot; will be true.

I undertand the point you are making about the scope chain, however.</description>
		<content:encoded><![CDATA[<p>Yes, in this case, both will yield the same results. But suppose, you had defined isNimble as</p>
<p>function isNimble() { return;},</p>
<p>typeof isNimble == &#8220;undefined&#8221; will be false but typeof isNimble() == &#8220;undefined&#8221; will be true.</p>
<p>I undertand the point you are making about the scope chain, however.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: expansive-derivation.ossreleasefeed.com @ 2012-05-19 22:45:29 by W3 Total Cache -->
