Skip to content

Commit b565f13

Browse files
authored
Update article.md
1 parent c7dbf77 commit b565f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/08-operators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ alert( '6' / '2' ); // 3, эки операнд тең сапка айланды
129129
130130
Плюс `+` эки формада бар: биз жогоруда колдонгон бинардык форма жана унардык форма.
131131
132-
The unary plus or, in other words, the plus operator `+` applied to a single value, doesn't do anything to numbers. But if the operand is not a number, the unary plus converts it into a number.
132+
Унардык плюс же, башкача айтканда, плюс оператору `+` бир мааниге колдонулат, сандарга эч нерсе кылбайт. Бирок эгерде операнд сан болбосо, унардык плюс аны санга айландырат.
133133
134134
Мисалы:
135135

0 commit comments

Comments
 (0)