-
Notifications
You must be signed in to change notification settings - Fork 110
Sync with upstream @ 7b761858 #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This mostly has readability improvements. There is one change, adding "(this is the same as (result => alert(result))" to a comment, that is solely there for clarification, to help out people learning about this for the first time.
in 06-advanced-functions/06-function-object/5-sum-many-brackets/solution.md
…s/04-throttle/solution.md Well there is still a chance for a race condition but a smaller one. We would need an atomic "if or set" for isThrottled
Add missing semicolon
avoid race condition in 06-advanced-functions/09-call-apply-decorator…
1 typo in 06-function-object
No polyfill needed any longer
link to deprecated v0
…c-await improve readability of article in chapter 8, async
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflicts checked.
This PR was automatically generated to merge changes from en.javascript.info at 7b76185
Conflicted files in this PR have labels ">>>..." with both sides of conflict. If you merge this PR, you'll need to examine the listed files and resolve conflicts.
Alternatively, you can close this PR and merge conflicting changes manually.
The following files have conflicts and may need updates of the translations:
To merge changes manually (instead of merging this PR):
git add remote upstream https://github.com/javascript-tutorial/en.javascript.info
git checkout master
git pull upstream master
git checkout --ours <path>
git diff --word-diff master...upstream/master <path>
(please note: three dots in the command)git push origin master
This PR will be closed and replaced with a new one in a few days.