<?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>ktulu.com.ar &#187; length</title>
	<atom:link href="http://ktulu.com.ar/blog/tag/length/feed/" rel="self" type="application/rss+xml" />
	<link>http://ktulu.com.ar/blog</link>
	<description>Tecnología, programación y boludeces varias</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:22:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Inconsistencies with array length in Javascript</title>
		<link>http://ktulu.com.ar/blog/2008/10/22/inconsistencies-with-array-length-in-javascript/</link>
		<comments>http://ktulu.com.ar/blog/2008/10/22/inconsistencies-with-array-length-in-javascript/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 21:35:04 +0000</pubDate>
		<dc:creator>adminsitio</dc:creator>
				<category><![CDATA[Investigacion]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[ecmascript]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[length]]></category>

		<guid isPermaLink="false">http://ktulu.com.ar/blog/?p=23</guid>
		<description><![CDATA[What you&#8217;d say is the size of [1,2,] in Javascript? Until last day I&#8217;d say 2 without much thinking. But under IE, the size is 3, because of the last comma. Now, it&#8217;s valid to define arrays like this [,,1], [1,,2] or even [1,,]. All of them having 3 elements. But what about this particular [...]]]></description>
		<wfw:commentRss>http://ktulu.com.ar/blog/2008/10/22/inconsistencies-with-array-length-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

