-
Notifications
You must be signed in to change notification settings - Fork 85
Sync with upstream @ d6e88647 #91
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
Changes proposes for the [issue 2049](javascript-tutorial/en.javascript.info#2049)
Update article.md
fixed typo - "arrray" to "array"
[Typo Correction] - "fetch" solution typo error
delete unused line
Supported in Edge 79 and Firefox 78
Remove Edge and Firefox warning
add semicolon 13,20 line
Explained how to create a date object.
`globalThis` is now supported in all major browsers, see link https://caniuse.com/#search=globalThis
Add a note on some()/every() short circuit
Fix some possible typos and omissions in 1.5.5
Correct outdated info
Fix typos in 1.5.3
Make code example more realistic and safe
This updates a small grammar error and adds some helpful info. Hoping it's better now. Let me know if you need any more changes and I'll update it immediately.
Updated based on suggestion on issue #1769
Update task.md
Update 2-ui/4-forms-controls/1-form-elements/article.md
Winnie Pooh case... : )
Fix: change ; => ,
redundant "use case"
|
This PR was automatically generated to merge changes from en.javascript.info at d6e8864
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:
Click to open a list of 25 files
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
Please ignore changes in README.md (git checkout --ours README.md && git commit -m ignore README.md).
This PR will be closed and replaced with a new one in a few days.