<?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: Davis O Matengo</title>
    <description>The latest articles on DEV Community by Davis O Matengo (@matengodev).</description>
    <link>https://dev.to/matengodev</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%2F563915%2Fcc6fb625-6ddf-4479-a278-8b4c5d3cd0f9.jpeg</url>
      <title>DEV Community: Davis O Matengo</title>
      <link>https://dev.to/matengodev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/matengodev"/>
    <language>en</language>
    <item>
      <title>Global variable Vs Local Variable</title>
      <dc:creator>Davis O Matengo</dc:creator>
      <pubDate>Tue, 20 Apr 2021 19:26:31 +0000</pubDate>
      <link>https://dev.to/matengodev/global-variable-vs-local-variable-2652</link>
      <guid>https://dev.to/matengodev/global-variable-vs-local-variable-2652</guid>
      <description>&lt;p&gt;A global variable is declared outside a function while a local variable is declared inside a function. The scope of that given variable 'local variable' will remain inside that function and it can not be used outside of that function.&lt;/p&gt;

&lt;p&gt;N/B To be updated with more content&lt;/p&gt;

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