摘要: 本文是翻译http://dmitrysoshnikov.com/ecmascript/chapter-5-functions/#introduction概要In this article we will talk about one of the general ECMAScript objects — about functions. In particular, we will go through various types of functions, will define how each type influencesvariables objectof a context and 阅读全文
posted @ 2012-04-09 17:29 yupeng 阅读(6145) 评论(0) 推荐(1) 编辑
摘要: 本文是翻译http://dmitrysoshnikov.com/ecmascript/chapter-4-scope-chain/概要As we already know from thesecond chapterconcerning thevariable object, the data of anexecution context(variables, function declarations, and formal parameters of functions) are stored as properties of the variables object.Also, we k 阅读全文
posted @ 2012-04-09 13:27 yupeng 阅读(1994) 评论(0) 推荐(1) 编辑