<?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: THILIBAN R</title>
    <description>The latest articles on DEV Community by THILIBAN R (@thilip2001).</description>
    <link>https://dev.to/thilip2001</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%2F961162%2Ff92c28ec-0556-4815-a08c-32eb33bb83a0.jpeg</url>
      <title>DEV Community: THILIBAN R</title>
      <link>https://dev.to/thilip2001</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thilip2001"/>
    <language>en</language>
    <item>
      <title>🧠 How JavaScript *Thinks* – Mastering Execution Context</title>
      <dc:creator>THILIBAN R</dc:creator>
      <pubDate>Mon, 02 Jun 2025 06:47:21 +0000</pubDate>
      <link>https://dev.to/thilip2001/how-javascript-thinks-mastering-execution-context-5aa9</link>
      <guid>https://dev.to/thilip2001/how-javascript-thinks-mastering-execution-context-5aa9</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;“JavaScript doesn’t just execute code — it &lt;em&gt;thinks&lt;/em&gt; before it runs.”&lt;br&gt;&lt;br&gt;
And that thought process is powered by the &lt;strong&gt;Execution Context&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🚀 Introduction
&lt;/h2&gt;

&lt;p&gt;Have you ever faced this classic JS moment?&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
js
console.log(user); // undefined
var user = "Thiliban";
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
