<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (jpcody)</title>
    <link>https://pinboard.in/u:jpcody/public/</link>
    <description>recent bookmarks from jpcody</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://javascriptweblog.wordpress.com/2010/10/25/understanding-javascript-closures/"/>
	<rdf:li rdf:resource="http://howtonode.org/why-use-closure"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://javascriptweblog.wordpress.com/2010/10/25/understanding-javascript-closures/">
    <title>Understanding JavaScript Closures | JavaScript, JavaScript...</title>
    <dc:date>2013-05-25T03:26:58+00:00</dc:date>
    <link>http://javascriptweblog.wordpress.com/2010/10/25/understanding-javascript-closures/</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[In JavaScript, a closure is a function to which the variables of the surrounding context are bound by reference.

]]></description>
<dc:subject>javascript closure</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:6eb3d1235bb8/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:closure"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://howtonode.org/why-use-closure">
    <title>​W​h​y​ ​u​s​e​ ​&quot;​c​l​o​s​u​r​e​&quot;​?​ ​-​ ​H​o​w​ ​T​o​ ​N​o​d​e</title>
    <dc:date>2010-09-13T04:09:52+00:00</dc:date>
    <link>http://howtonode.org/why-use-closure</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[One of the greatest features of the JavaScript language is closure. I've discussed this concept some in the "What is This?" article. There I was explaining scope and context. Today I wish to explain about some practical uses of a closure in event based programming as well as compare it to other methods like object orientation to preserve state across event calls.

]]></description>
<dc:subject>javascript closure</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:daa881683028/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:closure"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>