ECMAScript-regrets icon indicating copy to clipboard operation
ECMAScript-regrets copied to clipboard

Variable and function declaration binding with global object properties

Open DavidBruant opened this issue 13 years ago • 0 comments

2 independent scripts need to communicate through some symbols, but the global object was a step too far. in ES6 let/const/import/class are staying away from the global object.

DavidBruant avatar Dec 19 '12 15:12 DavidBruant