<?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: Dinesh Katariya</title>
    <description>The latest articles on DEV Community by Dinesh Katariya (@thedineshk24).</description>
    <link>https://dev.to/thedineshk24</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%2F523039%2F272c9c37-e9be-4e7d-976f-f9fffc718202.jpeg</url>
      <title>DEV Community: Dinesh Katariya</title>
      <link>https://dev.to/thedineshk24</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thedineshk24"/>
    <language>en</language>
    <item>
      <title>Javascript and it's execution context</title>
      <dc:creator>Dinesh Katariya</dc:creator>
      <pubDate>Thu, 24 Dec 2020 18:06:51 +0000</pubDate>
      <link>https://dev.to/thedineshk24/javascript-and-it-s-execution-context-55jk</link>
      <guid>https://dev.to/thedineshk24/javascript-and-it-s-execution-context-55jk</guid>
      <description>&lt;p&gt;"Everything in javascript happens inside execution context".&lt;/p&gt;

&lt;p&gt;execution context has two part's &lt;br&gt;
1) Variable environment (Memory)&lt;br&gt;
2) Thread of execution (Code)&lt;/p&gt;

&lt;p&gt;Memory: store key : value pair, ex : a = 29;&lt;br&gt;
also store functions with their code ex: fn {...}&lt;/p&gt;

&lt;p&gt;Code: is a part where the javascript code gets executed line by line. because javascript is "Synchronous single-threaded language"&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>executioncontext</category>
    </item>
  </channel>
</rss>
