Skip to content

Commit 3639358

Browse files
committed
Fix conflicts
1 parent 57d4e31 commit 3639358

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,7 @@ alert( +apples + +oranges ); // 5
205205
| 2 | مقداردهی | `=` |
206206
| ... | ... | ... |
207207

208-
<<<<<<< HEAD
209-
همانطور که می‌بینیم «عملگر + یگانه» اولویت `15` دارد که از عملگر جمع ( + دوگانه) با اولویت `13` بالاتر است. به همین دلیل است که در عبارت `"+apples + +oranges"` عملگرهای + یگانه پیش از علامت جمع اجرا می‌شوند.
210-
=======
211-
As we can see, the "unary plus" has a priority of `15` which is higher than the `12` of "addition" (binary plus). That's why, in the expression `"+apples + +oranges"`, unary pluses work before the addition.
212-
>>>>>>> 29216730a877be28d0a75a459676db6e7f5c4834
208+
همانطور که می‌بینیم «عملگر + یگانه» اولویت `15` دارد که از عملگر جمع ( + دوگانه) با اولویت `12` بالاتر است. به همین دلیل است که در عبارت `"+apples + +oranges"` عملگرهای + یگانه پیش از علامت جمع اجرا می‌شوند.
213209

214210
## مقداردهی
215211

0 commit comments

Comments
 (0)