Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(operators): correct operator precedence values in table #2071

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

Open
yalexaner wants to merge 1 commit into javascript-tutorial:master
base: master
Choose a base branch
Loading
from yalexaner:fix/ru-operator-precedence-table

Conversation

@yalexaner
Copy link

@yalexaner yalexaner commented Oct 31, 2025

Описание

В статье "Операторы" исправлены некорректные значения приоритетов операторов в таблице.

Исправленные значения:

  • Унарный плюс и унарный минус: 15 → 14
  • Возведение в степень: 14 → 13
  • Умножение и деление: 13 → 12
  • Сложение и вычитание: 12 → 11

Ссылки

Правки приводят таблицу в соответствие с актуальной спецификацией JavaScript и английской версией учебника: https://github.com/javascript-tutorial/en.javascript.info/blob/master/1-js/02-first-steps/08-operators/article.md#operator-precedence

Официальная спецификация приоритетов операторов: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_precedence#table

Связанные Issue

Нет.

@javascript-translate-bot javascript-translate-bot added the review needed Review needed, please approve or request changes label Oct 31, 2025
@yalexaner yalexaner changed the title (削除) Исправление приоритетов операторов в таблице статьи "Операторы" (削除ここまで) (追記) fix(operators): correct operator precedence values in table (追記ここまで) Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

review needed Review needed, please approve or request changes

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /