-
-
Notifications
You must be signed in to change notification settings - Fork 3
Sync with upstream @ 18b1314a #128
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
Adds missing comma on line 24
Minor changes to grammar
Minor grammar changes, clarify that if using a class for `handleEvent` we still are actually using an object as we have to instantiate the class.
Fix typo
Replace the value in the middle by "Classics". changed to Replace the value in the middle with "Classics" as the word 'with' describes the situation better
Fix grammar issues for more clarity
Simplify wording
Update descriptions for Unicode escape sequences. Add minor fixes for different string methods.
Update article.md
Clarify instructions of `read` method
Minor grammar
Update article.md
Minor grammar
👾 add mdn links to Map and Set methods
Update article.md
Update task.md | Fix grammar
Update article.md
Update String type chapter
Firefox v105 also shows `10px`.
Remove description of inconsistency between Chrome and Firefox
ECMA broken link
Fix typo "stirng" to "string"
Change link to the spec
Omitting parentheses after `new`
grammar suggestion
fix small typo
fix small typo in web-components slots chapter.
fix a small typo
Update task.md
|
This PR was automatically generated to merge changes from en.javascript.info at 18b1314
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.