Skip to content

Commit 486bb30

Browse files
authored
Update
1 parent 2c91ad1 commit 486bb30

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • 1-js/02-first-steps/12-nullish-coalescing-operator

1-js/02-first-steps/12-nullish-coalescing-operator/article.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,8 @@ alert(height ?? 100); // 0
9696
9797
## Προτεραιότητα
9898
99-
<<<<<<< HEAD
10099
Η προτεραιότητα του τελεστή `??` είναι μάλλον χαμηλή: `5` στο
101100
[πίνακα MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence#Table).
102-
=======
103-
The precedence of the `??` operator is the same as `||`. They both equal `3` in the [MDN table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence#Table).
104-
>>>>>>> 1edb0a38330b54d2e1916f5193fc043e6fbbea78
105101
106102
Για αυτό το `??` αξιολογείται μετά τις υπόλοιπες λειτουργίες, αλλά πριν από το `=` και το `?`.
107103

0 commit comments

Comments
 (0)