<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>ECMA-262</title>
	<link>http://dmitrysoshnikov.com</link>
	<description>by Dmitry A. Soshnikov</description>
	<lastBuildDate>Mon, 06 Sep 2010 16:41:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Note 2. ECMAScript. Equality operators.</title>
		<description><![CDATA[In this small note we clarify some technical features related with equality operators.
As we know in ECMAScript equality can be non-transitive. That means if:
A == B
B == C
it&#8217;s not guaranteed in some cases that
A == C
As an example:
console.log(
  '0' == 0, // true
   0  == '',   // true
  [...]]]></description>
		<link>http://dmitrysoshnikov.com/notes/note-2-ecmascript-equality-operators/</link>
			</item>
	<item>
		<title>Note 1. ECMAScript. Bound functions.</title>
		<description><![CDATA[]]></description>
		<link>http://dmitrysoshnikov.com/notes/note-1-ecmascript-bound-functions/</link>
			</item>
	<item>
		<title>Note 0. Intro.</title>
		<description><![CDATA[The &#8220;Notes&#8221; section is just a collection of small notes, which are not required a big complete chapter or if the topic of a discussion does not touch exactly some fundamental aspects. Nevertheless, being not about fundamental topics, the notes will describe some essential questions. They can be small or still detailed.
It can be some [...]]]></description>
		<link>http://dmitrysoshnikov.com/notes/intro/</link>
			</item>
	<item>
		<title>ECMA-262-5 in detail. Chapter 2. Strict Mode.</title>
		<description><![CDATA[]]></description>
		<link>http://dmitrysoshnikov.com/ecmascript/es5-chapter-2-strict-mode/</link>
			</item>
	<item>
		<title>ECMA-262-5 in detail. Chapter 1. Properties and Property Descriptors.</title>
		<description><![CDATA[]]></description>
		<link>http://dmitrysoshnikov.com/ecmascript/es5-chapter-1-properties-and-property-descriptors/</link>
			</item>
	<item>
		<title>ECMA-262-5 in detail. Chapter 0. Introduction.</title>
		<description><![CDATA[We have finished analysis of the most important parts and theoretical aspects concerning 3rd edition of the ECMA-262 specification, i.e. standard devoted ECMAScript programming language. We have done and achieved a lot. Originally written in Russian, this series after more than half an year has been translated to several languages, what allowed this information to [...]]]></description>
		<link>http://dmitrysoshnikov.com/ecmascript/es5-chapter-0-introduction/</link>
			</item>
	<item>
		<title>ECMA-262-3 in detail. Chapter 8. Evaluation strategy.</title>
		<description><![CDATA[Read this article in: Russian.
]]></description>
		<link>http://dmitrysoshnikov.com/ecmascript/chapter-8-evaluation-strategy/</link>
			</item>
	<item>
		<title>ECMA-262-3 in detail. Chapter 5. Functions.</title>
		<description><![CDATA[Read this article in: Russian, Chinese.
]]></description>
		<link>http://dmitrysoshnikov.com/ecmascript/chapter-5-functions/</link>
			</item>
	<item>
		<title>ECMA-262-3 in detail. Chapter 4. Scope chain.</title>
		<description><![CDATA[Read this article in: Russian, Chinese.
]]></description>
		<link>http://dmitrysoshnikov.com/ecmascript/chapter-4-scope-chain/</link>
			</item>
	<item>
		<title>ECMA-262-3 in detail. Chapter 2. Variable object.</title>
		<description><![CDATA[Read this article in: Russian, Chinese (version1, version2).
]]></description>
		<link>http://dmitrysoshnikov.com/ecmascript/chapter-2-variable-object/</link>
			</item>
</channel>
</rss>
