tc39 / proposal-global

ECMAScript Proposal, specs, and reference implementation for `global`
http://tc39.github.io/proposal-global/
MIT License
349 stars 18 forks source link

README: Clarify why `var globalWhatever = this` is insufficient #22

Closed mathiasbynens closed 6 years ago

mathiasbynens commented 6 years ago

I rewrote the rationale, and wrapped the initial code example in a function to make the problem statement more clear.