<?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: null is null or is not an object</title>
	<atom:link href="http://noteslog.com/post/null-is-null-or-is-not-an-object/feed/" rel="self" type="application/rss+xml" />
	<link>http://noteslog.com/post/null-is-null-or-is-not-an-object/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 08:18:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: valugi</title>
		<link>http://noteslog.com/post/null-is-null-or-is-not-an-object/comment-page-1/#comment-37747</link>
		<dc:creator>valugi</dc:creator>
		<pubDate>Tue, 16 Jun 2009 18:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=233#comment-37747</guid>
		<description>I think they said that will change that.
http://www.youtube.com/watch?v=Kq4FpMe6cRs</description>
		<content:encoded><![CDATA[<p>I think they said that will change that.<br />
<a href="http://www.youtube.com/watch?v=Kq4FpMe6cRs" rel="nofollow">http://www.youtube.com/watch?v=Kq4FpMe6cRs</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N Castillo</title>
		<link>http://noteslog.com/post/null-is-null-or-is-not-an-object/comment-page-1/#comment-36301</link>
		<dc:creator>N Castillo</dc:creator>
		<pubDate>Sat, 09 May 2009 06:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=233#comment-36301</guid>
		<description>I dont think that&#039;s a mistake, as it makes an easy way to return an empty &#039;error&#039; object.
What I dont understand is why there is upper+lowercase number, string and boolean... or why classes also return object, and you need toString() to get the real type...

var n = 5; // typeof n == &#039;number&#039;
var m = new Number(5); // typeof m == &#039;Number&#039;</description>
		<content:encoded><![CDATA[<p>I dont think that&#8217;s a mistake, as it makes an easy way to return an empty &#8216;error&#8217; object.<br />
What I dont understand is why there is upper+lowercase number, string and boolean&#8230; or why classes also return object, and you need toString() to get the real type&#8230;</p>
<p>var n = 5; // typeof n == &#8216;number&#8217;<br />
var m = new Number(5); // typeof m == &#8216;Number&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hax</title>
		<link>http://noteslog.com/post/null-is-null-or-is-not-an-object/comment-page-1/#comment-36208</link>
		<dc:creator>hax</dc:creator>
		<pubDate>Sun, 03 May 2009 18:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=233#comment-36208</guid>
		<description>of coz &quot;typeof null&quot; should return &#039;null&#039;. Unfortunately it returns &#039;object&#039; as ECMAScript spec. Brendan Eich confirmed that it&#039;s a mistake, but it&#039;s too late to fix it. Let&#039;s waiting for ECMAScript edition 6 or 7 to fix it...</description>
		<content:encoded><![CDATA[<p>of coz &#8220;typeof null&#8221; should return &#8216;null&#8217;. Unfortunately it returns &#8216;object&#8217; as ECMAScript spec. Brendan Eich confirmed that it&#8217;s a mistake, but it&#8217;s too late to fix it. Let&#8217;s waiting for ECMAScript edition 6 or 7 to fix it&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

