JavaScript. Ядро.

Read this article in: English, Chinese, Japanese, German, Arabic, Korean, French.

Данная обзорная лекция является обобщением того, что мы изучили в курсе “Тонкости ECMA-262-3“. Каждый раздел статьи содержит ссылки на соответствующие главы цикла ES3, который вы, в случае желания и интереса, можете рассмотреть подробно, получив более глубокие и детальные описания тем.
Read more »

JavaScript. The core.

Read this article in: Chinese, Japanese, German, Arabic, Russian, Korean, French.

This note is an overview and summary of the “ECMA-262-3 in detail” series. Every section contains references to the appropriate matching chapters so you can read them to get a deeper understanding.
Read more »

ECMA-262-3 in detail. Chapter 3. This.

Read this article in: Russian, Chinese (version1, version2, version 3).

Introduction

In this article we will discuss one more detail directly related with execution contexts. The topic of discussion is the this keyword.

Read more »

Тонкости ECMA-262-3. Часть 3. This.

Read this article in: English, Chinese (version1, version2, version 3).

Введение

В данной небольшой заметке мы рассмотрим ещё одну сущность, связанную с контекстами исполнения. Речь пойдёт о ключевом слове this.

Read more »