-
Notifications
You must be signed in to change notification settings - Fork 3
Sync with upstream @ 7bb6066e #81
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
added missing "the"
Update article.md
Nullish coalescing and logical OR both eqaul to 4 now in MDN table.
…g-tests fix:Add missing test issue:#2826 & fix related solution
Correction to precedence levels
Removed the double quotes in the explanation for unary operator precedence in the file /1-js/02-first-steps/08-operators/article.md, so that readers do not potentially misinterpret the expression as a string.
fix formatting, change wording for clarity
doc-fix: Modified a misplaced comma
Update unary + (plus) operator precedence explanation
Include "us" in article sentence
Fixes localStorage spec link
fixes operator precedence
remove extra break lines and add missed
"so it is in memory" reachable or not. For a while at least.
Stated that navigator.clipboard API is not compatible in Firefox but it is: https://caniuse.com/mdn-api_navigator_clipboard
Removed extra 'd' letter
The permalink to bitwise operator was incorrect.The link before took to the correct page but not to bitwise operator docs subheading.
Fix link to MDN bitwise operator docs in (2.18)Javascript specials
Spelling error and grammar
Form events navigator.clipboard API Firefox support
👾 add break line
|
This PR was automatically generated to merge changes from en.javascript.info at 7bb6066
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 27 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
This PR will be closed and replaced with a new one in a few days.