scope-chains-closures
scope-chains-closures copied to clipboard
wrong description in Scope Chain part
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.