深入理解JavaScript内部原理: function(转)

2015-08-14
阅读 18 分钟
5.6k
概要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 object of a context and what is contained in the scope chain of each function. We will answer...