ECMAScript-regrets
ECMAScript-regrets copied to clipboard
Variable and function declaration binding with global object properties
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.