
javascript
不懂别瞎说
这个作者很懒,什么都没留下…
展开
-
javascript 理解对象原型(一)
//------------------------------------------------------------------ //1.javascript对象创建的时候,构造函数会创建该对象的原型,对象会继承原 //型的所有方法和属性,即每个对象都连接到一个原型对象. // ...2011-09-07 19:14:45 · 116 阅读 · 0 评论 -
ECMA-262-3 in detail. Chapter 1. Execution Contexts
by Dmitry Soshnikov IntroductionDefinitionsTypes of executable codeGlobal codeFunction codeEval codeConclusionAdditional literature IntroductionIn this note we will m...原创 2012-05-12 21:27:19 · 164 阅读 · 0 评论 -
ECMA-262-3 in detail. Chapter 2. Variable object.
by Dmitry Soshnikov IntroductionData declarationVariable object in different execution contextsVariable object in global contextVariable object in function contextPhases of pr...原创 2012-05-13 15:50:28 · 185 阅读 · 0 评论 -
ECMA-262-3 in detail. Chapter 3. This
by Dmitry Soshnikov IntroductionDefinitionsThis value in the global codeThis value in the function codeReference typeFunction call and non-Reference typeReference type and null th...原创 2012-05-15 11:26:59 · 184 阅读 · 0 评论 -
理解javascript原型
此文在帮助笔者理解javascript的原型所起的作用很大,花费了不少业余时间来做此文的翻译,希望可以帮助一些对此概念还很困惑的童鞋,如有纰漏和错误敬请指正。 Understanding JavaScript Prototypes.理解javascript原型 作者 Angus CrollJavaScript’s prototype object g...2011-12-09 15:27:27 · 150 阅读 · 0 评论