minor fixes

This commit is contained in:
Ilya Kantor 2021-02-02 10:37:28 +03:00
parent 0c8a4fe995
commit 0806399c51
2 changed files with 13 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# Logical operators
# Logical operators: ||, && and !
There are four logical operators in JavaScript: `||` (OR), `&&` (AND), `!` (NOT), '??' (Nullish Coalescing).