scope-chains-closures icon indicating copy to clipboard operation
scope-chains-closures copied to clipboard

wrong description in Scope Chain part

Open Fagro opened this issue 9 years ago • 0 comments

Nesting

Scopes can be nested. Both Lexical and Block scopes can contain other scopes:

In the actual Standard ECMA-262 there is not Block scope, so the description should be 'Function scope' or it must specify that it is referencing ES6.

Hope it helps.

Fagro avatar Jan 05 '16 17:01 Fagro