Skip to content

Conversation

@javascript-translate-bot

This PR was automatically generated to merge changes from en.javascript.info at e074a5f

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 310 files

To merge changes manually (instead of merging this PR):

  1. Add remote upstream that links to the English version (only needs to be done once)
    • git add remote upstream https://github.com/javascript-tutorial/en.javascript.info
  2. Commit all current work locally and git checkout master
  3. Pull the recent changes from the English version:
    • git pull upstream master
  4. Deal with the conflicts. If a conflict touches a few lines, then just fix it. Otherwise, following commands can help:
    • Checkout your (translated) version of a file/folder at the given path (removes all upstream changes):
      • git checkout --ours <path>
    • See the diff, what changed in the upstream file since branches diverged:
      • git diff --word-diff master...upstream/master <path> (please note: three dots in the command)
    • Then you can examine the changes in upstream and add them manually
  5. When conflicts resolved, commit them and git push origin master

This PR will be closed and replaced with a new one in a few days.

iliakan and others added 30 commits June 16, 2020 09:14
Calling throttle before setting the fake timers will break any implementations that save a timestamp outside the wrapper function.
Set fake timers before calling throttle
Add bottom and right properties for getCoords()
followed -> followed by
Correct misspelling retarteted -> retargeted
Was tempted to suggest something a bit wordier: "where it finds it and, in this case, changes it", but I thought this would do.
Fixing a typo
without -> with
minor type fixes
minor typo fix
There are some missing "=" sign according to the question.
2 small fixes
Fix minor typo error: delete blank
The title makes me ask "is 'if' keyword operator or not?".
I think 'if' is not operator because it does not return any value and it is called if-statement.
@CLAassistant
Copy link

CLAassistant commented Sep 21, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 7 committers have signed the CLA.

✅ iliakan
✅ vsemozhetbyt
✅ LitStronger
❌ cristian-wang
❌ Jarvis-3000
❌ apcurran
❌ MuhammedZakir
You have signed the CLA already but the status is still pending? Let us recheck it.

@odsantos
Copy link
Contributor

Hi @iliakan , do you mind if I merge this #178 PR and check for conflicts ?
Thank you. Regards.

@iliakan
Copy link
Member

iliakan commented Sep 27, 2020

@odsantos why should I?

@odsantos odsantos merged commit 6632c93 into master Sep 27, 2020
@odsantos odsantos deleted the sync-e074a5f8 branch September 27, 2020 21:05
@odsantos odsantos restored the sync-e074a5f8 branch September 29, 2020 01:31
@odsantos odsantos deleted the sync-e074a5f8 branch September 29, 2020 01:36
odsantos added a commit that referenced this pull request Oct 2, 2020
Update "1-js/01-getting-started/" after #178.
odsantos added a commit that referenced this pull request Oct 4, 2020
Update part of "1-js/02-first-steps" after #178.
odsantos added a commit that referenced this pull request Oct 5, 2020
Update "1-js/02-first-steps" (04 - 10) after #178
odsantos added a commit that referenced this pull request Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.