-
Notifications
You must be signed in to change notification settings - Fork 183
Синхронізація з оригінальною англійською версією javascript.info #523
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
to make `alerts` work
Update article.md
Noticed that the word implementing was spelt incorrectly within the section for pointercancel events, thus I decided to correct it for reading comprehension reasons.
Fixed typo
According to MDN, the precedence of unary plus, unary negation, exponentiation, multiplication, division, addition, and subtraction is 1 lower than it is in the document
Line 265 and 266: Use 'fruits' instead of the 'arr' variable.
This is almost the minimal number of changes that I would make. I would still recommend changing "play" in the first line to "work".
Looks like the right line for a comment is the line 306 instead of 308.
Depends on https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence#Table, precedence of `??` and `||` should be 3 instead of 4
Edit precedence of `??` and `||`
Fix typo in pointercancel section
feat: improve type conversion for string with whitespace
Update the operator precedence table
small format change
Update article.md
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
|
|
|
@all-contributors add @georgyna for translation |
|
@stas-dolgachov @georgyna already contributed before to translation |
| Це дуже зручно, оскільки `finally` не призначений для обробки результату промісу. Так що він буде пропускати його через себе далі. | ||
| 3. Обробник `finally` також не повинен нічого повертати. Якщо все ж таки він щось повертає, це значення ігнорується. | ||
| Єдиним винятком із цього правила є випадки, коли обробник `finally` видає помилку. Бл потім ця помилка переходить до наступного обробника замість будь-якого попереднього результату проміса. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention in #555
No description provided.