<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: var vs let vs const in JavaScript	</title>
	<atom:link href="https://speedysense.com/var-vs-let-vs-const-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://speedysense.com/var-vs-let-vs-const-in-javascript/</link>
	<description>Web Technologies, Programming, Linux, Open-source Blog</description>
	<lastBuildDate>Fri, 19 Jul 2019 20:07:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: SpeedySense Editorial		</title>
		<link>https://speedysense.com/var-vs-let-vs-const-in-javascript/#comment-10</link>

		<dc:creator><![CDATA[SpeedySense Editorial]]></dc:creator>
		<pubDate>Thu, 30 May 2019 17:40:23 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=295#comment-10</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://speedysense.com/var-vs-let-vs-const-in-javascript/#comment-9&quot;&gt;Kevin Jonas&lt;/a&gt;.

Yes, JavaScript are stored in two places: stack (local context) and heap (store dynamically).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://speedysense.com/var-vs-let-vs-const-in-javascript/#comment-9">Kevin Jonas</a>.</p>
<p>Yes, JavaScript are stored in two places: stack (local context) and heap (store dynamically).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin Jonas		</title>
		<link>https://speedysense.com/var-vs-let-vs-const-in-javascript/#comment-9</link>

		<dc:creator><![CDATA[Kevin Jonas]]></dc:creator>
		<pubDate>Thu, 30 May 2019 16:22:42 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=295#comment-9</guid>

					<description><![CDATA[The question is variables declared using &lt;i&gt;let&lt;/i&gt; or &lt;i&gt;const&lt;/i&gt; can store somewhere in the memory?]]></description>
			<content:encoded><![CDATA[<p>The question is variables declared using <i>let</i> or <i>const</i> can store somewhere in the memory?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
