Skip to content

Commit 084c2ac

Browse files
committed
operators
1 parent be594ac commit 084c2ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/2-first-steps/8-operators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ An extract from the table:
141141

142142
As we can see, the "unary plus" has a priority of `15`, higher than `13` for the ordinary "addition". That's why in the expression `+apples + +oranges` unary pluses worked first, and then the addition.
143143

144-
## Присваивание
144+
## Assignment
145145

146146
Обратим внимание, в таблице приоритетов также есть оператор присваивания `=`.
147147

0 commit comments

Comments
 (0)