<?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: How to de-anonymize your anonymous functions</title>
	<atom:link href="http://www.javascriptkata.com/2010/05/19/how-to-de-anonymize-your-anonymous-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptkata.com/2010/05/19/how-to-de-anonymize-your-anonymous-functions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-de-anonymize-your-anonymous-functions</link>
	<description>helping you with javascript since 2007</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:22:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dYcbbgcx</title>
		<link>http://www.javascriptkata.com/2010/05/19/how-to-de-anonymize-your-anonymous-functions/comment-page-1/#comment-1345</link>
		<dc:creator>dYcbbgcx</dc:creator>
		<pubDate>Wed, 12 Oct 2011 13:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=246#comment-1345</guid>
		<description>&lt;strong&gt;2011...&lt;/strong&gt;

Hello, you used to write fantastic, but the last several posts have been kinda boring… I miss your tremendous writings. Past several posts are just a little bit out of track! come on!...</description>
		<content:encoded><![CDATA[<p><strong>2011&#8230;</strong></p>
<p>Hello, you used to write fantastic, but the last several posts have been kinda boring… I miss your tremendous writings. Past several posts are just a little bit out of track! come on!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Spring</title>
		<link>http://www.javascriptkata.com/2010/05/19/how-to-de-anonymize-your-anonymous-functions/comment-page-1/#comment-918</link>
		<dc:creator>Pierre Spring</dc:creator>
		<pubDate>Thu, 27 May 2010 02:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=246#comment-918</guid>
		<description>In your first example under the &quot;Recursive anonymous function&quot; you do not need to use callee at all. Due to Lexical Scoping, you have access to the count variable from within the function.&lt;br&gt;&lt;br&gt;var count = function(i) {&lt;br&gt;    if (i &lt;= 10) {&lt;br&gt;        console.log(i);&lt;br&gt;        count(i+1);&lt;br&gt;    }&lt;br&gt;}&lt;br&gt;&lt;br&gt;count(1);</description>
		<content:encoded><![CDATA[<p>In your first example under the &#8220;Recursive anonymous function&#8221; you do not need to use callee at all. Due to Lexical Scoping, you have access to the count variable from within the function.</p>
<p>var count = function(i) {<br />    if (i &lt;= 10) {<br />        console.log(i);<br />        count(i+1);<br />    }<br />}</p>
<p>count(1);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fearphage</title>
		<link>http://www.javascriptkata.com/2010/05/19/how-to-de-anonymize-your-anonymous-functions/comment-page-1/#comment-916</link>
		<dc:creator>fearphage</dc:creator>
		<pubDate>Mon, 24 May 2010 00:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=246#comment-916</guid>
		<description>Your solution leaks memory in IE.&lt;br&gt;&lt;br&gt;See here: &lt;a href=&quot;http://yura.thinkweb2.com/named-function-expressions/#jscript-bugs&quot; rel=&quot;nofollow&quot;&gt;http://yura.thinkweb2.com/named-function-expres...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Your solution leaks memory in IE.</p>
<p>See here: <a href="http://yura.thinkweb2.com/named-function-expressions/#jscript-bugs" rel="nofollow">http://yura.thinkweb2.com/named-function-expres&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Simard</title>
		<link>http://www.javascriptkata.com/2010/05/19/how-to-de-anonymize-your-anonymous-functions/comment-page-1/#comment-915</link>
		<dc:creator>Dan Simard</dc:creator>
		<pubDate>Fri, 21 May 2010 17:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=246#comment-915</guid>
		<description>done. thanks!</description>
		<content:encoded><![CDATA[<p>done. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WalterGR</title>
		<link>http://www.javascriptkata.com/2010/05/19/how-to-de-anonymize-your-anonymous-functions/comment-page-1/#comment-914</link>
		<dc:creator>WalterGR</dc:creator>
		<pubDate>Fri, 21 May 2010 05:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=246#comment-914</guid>
		<description>(BTW, you might want to replace the code comment &quot;// this is deprecated&quot; with &quot;// this throws an error&quot; or something...)</description>
		<content:encoded><![CDATA[<p>(BTW, you might want to replace the code comment &#8220;// this is deprecated&#8221; with &#8220;// this throws an error&#8221; or something&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Simard</title>
		<link>http://www.javascriptkata.com/2010/05/19/how-to-de-anonymize-your-anonymous-functions/comment-page-1/#comment-913</link>
		<dc:creator>Dan Simard</dc:creator>
		<pubDate>Thu, 20 May 2010 20:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=246#comment-913</guid>
		<description>thanks, I will link to &lt;a href=&quot;http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/&quot; rel=&quot;nofollow&quot;&gt;http://ejohn.org/blog/ecmascript-5-strict-mode-...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>thanks, I will link to <a href="http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/" rel="nofollow">http://ejohn.org/blog/ecmascript-5-strict-mode-&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BigAB</title>
		<link>http://www.javascriptkata.com/2010/05/19/how-to-de-anonymize-your-anonymous-functions/comment-page-1/#comment-912</link>
		<dc:creator>BigAB</dc:creator>
		<pubDate>Thu, 20 May 2010 20:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=246#comment-912</guid>
		<description>Though not technically deprecated in ECMAscript 5 access to arguments.caller and arguments.callee now throw an exception in strict mode.&lt;br&gt;&lt;br&gt;So splitting heirs regardless, you may want to avoid using it.</description>
		<content:encoded><![CDATA[<p>Though not technically deprecated in ECMAscript 5 access to arguments.caller and arguments.callee now throw an exception in strict mode.</p>
<p>So splitting heirs regardless, you may want to avoid using it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

