Skip to content

Conversation

@dolgachio
Copy link
Collaborator

No description provided.

Rnbsov and others added 30 commits July 15, 2022 23:37
to make `alerts` work
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.
Edit precedence of `??` and `||`
Fix typo in pointercancel section
feat: improve type conversion for string with whitespace
Update the operator precedence table
iliakan and others added 21 commits December 11, 2022 18:55
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 the article.md Resolves #3307
@CLAassistant
Copy link

CLAassistant commented Jul 16, 2023

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.
6 out of 14 committers have signed the CLA.

✅ joaquinelio
✅ iliakan
✅ bogdanbacosca
✅ Violet-Bora-Lee
✅ odsantos
✅ stas-dolgachov
❌ orelby
❌ a-v-gor
❌ cerealexperiments
❌ Raviikumar001
❌ MAHIN0093
❌ marcusicaro
❌ JeraldVin
❌ pradeep-ramola
You have signed the CLA already but the status is still pending? Let us recheck it.

@dolgachio
Copy link
Collaborator Author

@all-contributors add @georgyna for translation

@allcontributors
Copy link
Contributor

@stas-dolgachov

@georgyna already contributed before to translation

@dolgachio dolgachio merged commit d4de7b2 into javascript-tutorial:master Aug 16, 2023
Це дуже зручно, оскільки `finally` не призначений для обробки результату промісу. Так що він буде пропускати його через себе далі.
3. Обробник `finally` також не повинен нічого повертати. Якщо все ж таки він щось повертає, це значення ігнорується.
Єдиним винятком із цього правила є випадки, коли обробник `finally` видає помилку. Бл потім ця помилка переходить до наступного обробника замість будь-якого попереднього результату проміса.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mention in #555

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.