Saved Bookmarks
| 1. |
Three Types of a logical operator |
|
Answer» Answer: LOGICAL operators. There are THREE logical operators in JavaScript: || (OR), && (AND), ! (NOT). Although they are called “logical”, they can be applied to values of any type, not only boolean....hope it HELPS you |
|