Skip to content

Conversation

@waihong741
Copy link

specialObject = {};

Scope = specialObject + Scope;

foo = new FunctionExpression;
foo.[[Scope]] = Scope;
specialObject.foo = foo; // {DontDelete}, {ReadOnly}

delete Scope[0]; // remove specialObject from the front of scope chain

Tien Pham and others added 30 commits July 16, 2018 15:00
Fix a typo: necessary instead of necessary
Edited the foreword section for grammar.
Extensive proofreading: 
1. Fix Chinese punctuations; add punctuation as necessary
2. Remove unnecessary spacing
3. Change a few variable names
4. Remove duplicates
5. Fix JS term
6. Change wording
Minor README corrections and update
Minor improvements and fix typos for JS documentation
Update JS-en.md: nucessary => necessary
转 Boolean 部分表述更准确
Expressed more accurately in the content of converting to boolean.
escape auto interpolation of vue-press
Small corrections and fixes on Network_en
Fix typo, punctuations and wording
Another extensive proofreading:

1. Fix some English terms
2. Change some wording
3. Fix some sentence to make it clear and smooth
4. Add and remove punctuations as necessary
1. Description of the three phases of event propagation is slightly inaccurate according to [W3 doc](https://www.w3.org/TR/DOM-Level-3-Events/#event-flow).
2. Event loop illustration seems wrong according to [nodejs official doc](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/). Also there is one phase wrong.
3. Fix a few JS terms in English.
4. Fix typos.
timeTravelCYN and others added 30 commits July 19, 2018 14:28
…mprovements

browser-en.md translation improvements
fix: fix Data hijacking demo code in framework page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.