You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/02-first-steps/11-logical-operators/article.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
-
# Logical operators
1
+
# Operatori logici
2
2
3
-
There are four logical operators in JavaScript: `||` (OR), `&&` (AND), `!` (NOT), `??` (Nullish Coalescing). Here we cover the first three, the`??`operator is in the next article.
3
+
În JavaScript există patru operatori logici: `||` (ORI), `&&` (ȘI), `!` (NU), `??` (Fuzionare nulă). În acest articol vorbim doar despre primi trei, operatorul`??`va fi acoperit în următorul articol.
4
4
5
-
Although they are called "logical", they can be applied to values of any type, not only boolean. Their result can also be of any type.
5
+
Chiar dacă aceștia sunt denumiți operatori „logici”
6
+
<!-- Although they are called "logical", they can be applied to values of any type, not only boolean. Their result can also be of any type. -->
0 commit comments