which of the following is an operator in BASIC-256
Answers
Answered by
0
Answer:
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.
Similar questions