Skip to content

Commit 84d5866

Browse files
committed
resolving conflict
1 parent d022c76 commit 84d5866

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ Sebelum kita lanjut, mari pahami dulu terminologi umum.
2626
alert( y - x ); // 2, minus binary mengurangi nilai
2727
```
2828

29-
<<<<<<< HEAD
30-
Formalnya, kita akan membahas tentang dua operator berbeda di sini: negasi unary (operand tunggal: membalikkan tanda) dan pengurangan binary (dua operand: pengurangan).
31-
=======
32-
Formally, in the examples above we have two different operators that share the same symbol: the negation operator, a unary operator that reverses the sign, and the subtraction operator, a binary operator that subtracts one number from another.
33-
>>>>>>> a0bfa924a17cad8e7fee213904b27dbf57c2dbac
29+
Formalnya, di contoh di atas kita punya dua operator berbeda yang berbagi simbol yang sama: operator negasi, operator unary yang membalik tanda, dan operator pengurangan, operator biner yang mengurangi angka satu dengan lainnya.
3430

3531
## Konkatenasi string, binary +
3632

0 commit comments

Comments
 (0)