minor fixes
This commit is contained in:
parent
0c8a4fe995
commit
0806399c51
2 changed files with 13 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# Logical operators
|
||||
# Logical operators: ||, && and !
|
||||
|
||||
There are four logical operators in JavaScript: `||` (OR), `&&` (AND), `!` (NOT), '??' (Nullish Coalescing).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue