<?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: Difference Between Undefined and Null Value in Javascript	</title>
	<atom:link href="https://webrewrite.com/difference-undefined-null-value-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://webrewrite.com/difference-undefined-null-value-javascript/</link>
	<description>Technology Blog Where You Find Programming Tips and Tricks</description>
	<lastBuildDate>Tue, 14 Jun 2016 00:48:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: Aditya Sharat		</title>
		<link>https://webrewrite.com/difference-undefined-null-value-javascript/#comment-422</link>

		<dc:creator><![CDATA[Aditya Sharat]]></dc:creator>
		<pubDate>Sun, 08 Mar 2015 05:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1475#comment-422</guid>

					<description><![CDATA[Good article. Just one correction, There are 5 primitive types in JS
1. number
2. string
3. boolean
4. object
5. undefined

null is not a primitive, its an object.
Similarly NaN and Infinity are of type number.]]></description>
			<content:encoded><![CDATA[<p>Good article. Just one correction, There are 5 primitive types in JS<br />
1. number<br />
2. string<br />
3. boolean<br />
4. object<br />
5. undefined</p>
<p>null is not a primitive, its an object.<br />
Similarly NaN and Infinity are of type number.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dimitrios		</title>
		<link>https://webrewrite.com/difference-undefined-null-value-javascript/#comment-269</link>

		<dc:creator><![CDATA[dimitrios]]></dc:creator>
		<pubDate>Tue, 29 Jul 2014 14:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1475#comment-269</guid>

					<description><![CDATA[nice nice]]></description>
			<content:encoded><![CDATA[<p>nice nice</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
