Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSync with upstream @ 2d5be7b7 #107
Conversation
add semicolon
once in -> once every
Improve phrasing
Fixed "compatibility" spelling error
5.4 - change 7 basic types to eight basic types
The solution here had no break, an infinite loop. Modified to match plunker example code
clarifying example code
Update article.md
Update article.md with link to Brython
plis check my syntax , I can't test
internal link format info:
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
Currently, the error is alerted and the console is empty (at least in Chrome).
Remove possibly outdated comment
FIX: change ; to ,
FIX: delete extra space
One addition and one fix
Fix typo in 1.4.7 (optional chaining)
Mention function declaration in 1.6.5 (global object)
Fix a typo in 1.6.6 (function object, NFE)
Fix possible typo in 1.6.7 ("new Function" syntax)
Fix typos, specify link in 1.6.8 (Scheduling)
|
|
This PR was automatically generated to merge changes from en.javascript.info at 2d5be7b
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 33 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 masterPlease 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.