-
Notifications
You must be signed in to change notification settings - Fork 48
Sync with upstream @ 99e59ba6 #43
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
Commit 10d1b1f added a hint about which word would be found by a certain regexp: "A call to str.match(/\w+/) will find only the first word in the line (var). That’s not it." Unfortunately the result is incorrect: the regexp would find `let`, not `var`. Updating the hint should resolve any confusion. The example has been tested in the console to ensure that the regexp does indeed return `let`.
Strictly speaking, there is no error here, as `typeof` does not produce errors with undefined variables.
Now this chapter is at the end of the general section.
FIX: delete extra space
Fix semicolons in 1.11.1 (Introduction: callbacks)
promisiefy -> promisify
Update article.md typo
Fix a typo in 1.11.3 (Promises chaining)
Revert "Fix a typo in 1.11.3 (Promises chaining)"
Fix semicolons, remove old note in 1.11.8
Fix typo in 1.11.6 (Promisification)
Fix Optional chaining doc
Fix typo, add note in 1.12.2 (Async iteration)
…section Change `var` to `let` in 7.16 regexp-sticky
Correct comment in 1.13.1
Fix typos in 'Proxy and Reflect'
Fix outdated note in 1.99.04 (Reference Type)
Correct solution explanation in 1.99.04 (Reference Type)
Fix link in 2.1.5 (Node properties...)
It can be more readable with same line of code. There was a lot of nested parenthesis.
Fix a typo in 1.11.3 (Promises chaining)
Fix typo in 2.1.6 (Attributes and properties)
look like ninja code
fix typo in 06-promisify article.md
Fix typos in 2.1.4 (Searching elements)
FIX: delete extra space
Fix a typo in 1.6.1 task solution
Fix a possible typo in 1.6.1
OPT: change "false" to "falsy"
FIX: change ; to ,
|
This PR was automatically generated to merge changes from en.javascript.info at 99e59ba
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.