<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Defined and undefined &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/defined-and-undefined/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>JavaScript Zen</title>
		<link>/2010/03/17/javascript-zen/</link>
		<comments>/2010/03/17/javascript-zen/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 08:15:42 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[Bo]]></category>
		<category><![CDATA[Crockford]]></category>
		<category><![CDATA[Defined and undefined]]></category>

		<guid isPermaLink="false">/?p=1338</guid>
		<description><![CDATA[Is undefined equal to undefined? That&#8217;s the question! Crockford says it is not, but let see the experiment. var a, b; console.log(typeof a); console.log(a === b); the answer is &#8211; it is.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/07/27/javascript-what-is-typeof-typeof/" rel="bookmark" title="javascript: what is typeof typeof">javascript: what is typeof typeof </a></li>
<li><a href="/2011/10/21/does-javascript-undefined-equals-undefined/" rel="bookmark" title="Does JavaScript undefined Equals undefined?">Does JavaScript undefined Equals undefined? </a></li>
<li><a href="/2009/05/24/javascript-typeof-operator/" rel="bookmark" title="JavaScript typeof operator">JavaScript typeof operator </a></li>
<li><a href="/2009/07/08/javascript-closures-in-brief/" rel="bookmark" title="JavaScript closures in brief">JavaScript closures in brief </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>Is undefined equal to undefined?</h2>
<p>That&#8217;s the question! <a href="http://www.crockford.com/">Crockford</a> says it is not, but let see the experiment.</p>
<pre lang="javascript">var a, b;
console.log(typeof a);
console.log(a === b);
</pre>
<p>the answer is &#8211; it is.</p>
<p><a href="/wp-content/uploads/2010/03/Picture-21.png"><img class="aligncenter size-full wp-image-1339" title="JavaScript zen" src="/wp-content/uploads/2010/03/Picture-21.png" alt="" width="430" height="147" srcset="/wp-content/uploads/2010/03/Picture-21.png 430w, /wp-content/uploads/2010/03/Picture-21-300x102.png 300w" sizes="(max-width: 430px) 100vw, 430px" /></a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/07/27/javascript-what-is-typeof-typeof/" rel="bookmark" title="javascript: what is typeof typeof">javascript: what is typeof typeof </a></li>
<li><a href="/2011/10/21/does-javascript-undefined-equals-undefined/" rel="bookmark" title="Does JavaScript undefined Equals undefined?">Does JavaScript undefined Equals undefined? </a></li>
<li><a href="/2009/05/24/javascript-typeof-operator/" rel="bookmark" title="JavaScript typeof operator">JavaScript typeof operator </a></li>
<li><a href="/2009/07/08/javascript-closures-in-brief/" rel="bookmark" title="JavaScript closures in brief">JavaScript closures in brief </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/03/17/javascript-zen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
