<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: satyaprasad</title>
    <description>The latest articles on DEV Community by satyaprasad (@satyaprasad).</description>
    <link>https://dev.to/satyaprasad</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F323738%2F718002e6-1b75-4432-b3da-5e19856c6982.png</url>
      <title>DEV Community: satyaprasad</title>
      <link>https://dev.to/satyaprasad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/satyaprasad"/>
    <language>en</language>
    <item>
      <title>JavaScript Closures</title>
      <dc:creator>satyaprasad</dc:creator>
      <pubDate>Fri, 09 Oct 2020 12:58:00 +0000</pubDate>
      <link>https://dev.to/satyaprasad/javascript-closures-34kl</link>
      <guid>https://dev.to/satyaprasad/javascript-closures-34kl</guid>
      <description>&lt;p&gt;A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives you access to an outer function’s scope from an inner function. In JavaScript, closures are created every time a function is created, at function creation time. - JavaScript MDN.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XDEKTii3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/z06nuuotgcdld6mfkq9a.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XDEKTii3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/z06nuuotgcdld6mfkq9a.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These can be used to create Public API to give access with out accessing the parent function&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
