-
Notifications
You must be signed in to change notification settings - Fork 104
Sync with upstream @ 285083fc #490
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
Same as title
Hello world! properly inflects as Witaj świecie! in Polish. Cheers 🍷
because after all, ```let result1 = process(obj); // calculated``` would be ```undefined```. Also using this opportunity, wanted to say thanks to creator and editors of this great tutorial!
correct misprint: udefined => undefined
typo *udefined
Proper Polish language inflection
Add .at( ) to strings summary
For the completeness of example.
👾 add run button and remove typo
Co-authored-by: Bogdan Bacoșcă <bogdanbacosca@protonmail.com>
Since the button is causing mobile screen users to have a horizontal scroll, I've fixed it giving it a max-height. This removes the horizontal scroll that the button was causing on the entire page for mobile readers.
correct statement grammar by adding missing word 'to'
fix: add missing word 'to' - Pointer events
Update button to fix horizontal scroll on mobile
Fix "JavaScript specials" links
Fix the article.md Resolves #3307
grammar & legibility (to check)
Added a missing word
#3345 Fixed Grammar
translated Russian word into English
|
|
This PR was automatically generated to merge changes from en.javascript.info at 285083f
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 21 files
To merge changes manually (instead of merging this PR):
git add remote upstream https://github.com/javascript-tutorial/en.javascript.infogit checkout mastergit pull upstream mastergit checkout --ours <path>git diff --word-diff master...upstream/master <path>(please note: three dots in the command)git push origin masterThis PR will be closed and replaced with a new one in a few days.